Skip to content

Instantly share code, notes, and snippets.

@Matthew-Ma
Created June 20, 2018 14:14
Show Gist options
  • Save Matthew-Ma/d0a88d782b2309407de867f00cb864a9 to your computer and use it in GitHub Desktop.
Save Matthew-Ma/d0a88d782b2309407de867f00cb864a9 to your computer and use it in GitHub Desktop.
Convert Object To Array With PHP
$array = json_decode(json_encode($object), true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment