Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

PHP str_rot13 — Perform the rot13 transform on a string

<?php

echo str_rot13('PHP 4.3.0'); // CUC 4.3.0

?>
 
PREVIOUS NEXT
Tagged: #PHP #Perform #transform #string
ADD COMMENT
Topic
Name
6+8 =