[ create a new paste ] login | about

Link: http://codepad.org/KkjVrahZ    [ raw code | output | fork ]

PHP, pasted on Jul 9:
1
2
3
4
5
<?php
$search = '0987654321!@#$%^&*()zxywuvjihgfedcba';
$replace = '1234567890abcdefghijklmnopqrstuvwxyz';       
$string = 'protect your php code';
echo $code = strtr($string, $search, $replace);   


Output:
1
protvxt moor psp xowv


Create a new paste based on this one


Comments: