@$GLOBALS['ext_File']-> ?
Posted: Sun Aug 23, 2009 8:46 am
Hi,
what does it mean the symbol "@" in php and what's the meaning of the arrow "->" in general and in this case ?
thanks
what does it mean the symbol "@" in php and what's the meaning of the arrow "->" in general and in this case ?
Code: Select all
@$GLOBALS['ext_File']->chmod( $abs, 0644 );