![]() |
str_rot13 |
|
| |
||
| string str_rot13 ( string str) |
|
|
|
(PHP 4 >= 4.2.0, PHP 5) |
|
|
|
Mit str_rot13() kann man in einen String str jeden Buchstaben um 13 Stellen |
|
|
<?PHP
echo str_rot13('SELFPHP 5') . "\n";
echo str_rot13('FrysCUC 5');
?>
|
|
|
|
FrysCUC 5 |
|
| |
| weiter: |
|
| zurück: |
|
© 2001, 2002, 2003, 2004, 2005, 2004, 2005
Damir Enseleit, mail@selfphp.de