| str_rot13() | ใช้ในการเข้ารหัส-ถอดรหัสข้อมูลโดย algorithm rot13 |
|---|
function:str_rot13 ( string );
return type:string
content:ใช้ในการเข้ารหัส-ถอดรหัสข้อมูลโดย algorithm rot13
example:$string = str_rot13 ( "bamboolabcode" ); echo $string; echo str_rot13 ( $string );