Advertisement
GWibisono

010-json.php

Jun 1st, 2016
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.11 KB | None | 0 0
  1. <?php
  2. $arr=array(
  3. 'satu'=>'random '.rand(1111,9999),
  4. 'dua'=>'jam '.date("H:i:s")
  5. );
  6.  
  7. echo json_encode($arr);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement