Guest User

Untitled

a guest
Nov 25th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <?
  2.  
  3. echo px("45761983461953461258243616");
  4.  
  5.  
  6.  
  7. # don't touch it
  8.  
  9. function px($text){
  10. for($i=0;$i<=strlen($text)/2-1;$i++){ $x[]="\x".substr($text,$i*2,2); }
  11. return implode($x);
  12. }
  13.  
  14. ?>
Add Comment
Please, Sign In to add comment