Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save JamesHusband/1b988749ec96af96e6b96f731b4d1e9f to your computer and use it in GitHub Desktop.
Save JamesHusband/1b988749ec96af96e6b96f731b4d1e9f to your computer and use it in GitHub Desktop.
var_dump ($data);
array (size=12)
'status' => string '200' (length=3)
'resultText' => string 'You have successfully updated the contact list' (length=46)
'list_id' => string '25578' (length=5)
'list_name' => string 'LSM TEST LIST' (length=13)
^ how to echo out 'satus'? I have tried $data->status
@richardprice-1990
Copy link

$data['status']

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment