Skip to content

Instantly share code, notes, and snippets.

@ZweiSteinSoft
Created March 4, 2012 23:59
Show Gist options
  • Save ZweiSteinSoft/1975497 to your computer and use it in GitHub Desktop.
Save ZweiSteinSoft/1975497 to your computer and use it in GitHub Desktop.
#PHP: Create an empty object
<?php
$objSomeStuff = new stdClass;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment