Skip to content

Instantly share code, notes, and snippets.

@xosofox
Created March 3, 2010 16:12
Show Gist options
  • Save xosofox/320706 to your computer and use it in GitHub Desktop.
Save xosofox/320706 to your computer and use it in GitHub Desktop.
stdClass (note to self)
// I can never remember the "stdClass" - but it's extremely handy when creating an object that needs to be converted to JSON afterwards...
$c = new stdClass;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment