Advertisement
Guest User

Untitled

a guest
Apr 20th, 2014
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. {"domain.com":{"status":"available","classkey":"domcno"}}
  2.  
  3. $array = json_decode($string, true);
  4.  
  5. $j = '{"domain.com":{"status":"available","classkey":"domcno"}}';
  6. $d = json_decode($j,true);
  7.  
  8. print_r($d);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement