Guest User

Untitled

a guest
Jan 21st, 2019
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. $a = Array (
  2. "password" => "SeRjQRVUglkeM‰‰P9L7NsjKXOY", //it's encrypted with a custom encryption system
  3. "id" => 0
  4. );
  5. echo json_encode($a);
  6.  
  7. {"password":null,"id":0}
  8.  
  9. {"password":"SeRjQRVUglkeM‰‰P9L7NsjKXOY","id":0}
Add Comment
Please, Sign In to add comment