Published in: PHP
$test = 'hola'; echo $test .""; $test = ofuscar( $test ); #Ida echo $test .""; $test = ofuscar( $test ); #Vuelta echo $test ."";
function ofuscar( $str ){ for ($i = 0 ; $i < $total; $i++) { $j= $j ^ $i ; } return $salida; } $test = 'hola'; $test = ofuscar( $test ); #Ida $test = ofuscar( $test ); #Vuelta
You need to login to post a comment.
