Register now or log in to join your professional community.
<?phpnamespace foo;$a = new \\stdClass;function test(\\ArrayObject $typehintexample = null) {}$a = \\DirectoryIterator::CURRENT_AS_FILEINFO;// extending an internal or global classclass MyException extends \\Exception {}?>
you can learn more in phpdotnet
use global before start using it
global $global;
then use it normally
$global++;