Guest User

Untitled

a guest
Oct 22nd, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <?php
  2. function z($a){return implode(null,array_map('chr',array_map('octdec',array_map('ord',str_split($a)))));}
  3. function a($a){return implode(null,array_map('chr',array_map('decoct',array_map('ord',(str_split($a))))));}
  4.  
  5. $a = 'This_is_AZaz09_function';
  6.  
  7. echo z(a($a));
Add Comment
Please, Sign In to add comment