PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
Copy Clear
Copy Format Clear
<?php $txt = '{ "apiKey":"1234567890abcdef", “callDate”: "1.01.2016 10:05:36+0300", “callerId”: "Иванов <74999876543>", “callId”: "3489655c982f4e46b9c9ca975b031781", “source”: "74999876543", “destination”: "4951234567", “answeredNumber”: "100", “duration”: "75", “talkTime”: "50", “direction”: "INBOUND", “disposition”: "ANSWERED", “recordConversation”: "/api/storageFile/download/12345", "state": "HANGUP" } '; $txt = str_replace(['“','”'], '"', $txt); echo $text; var_dump(json_decode($txt, true));
Show:  
Copy Clear