• Can anybody explain me the function and/or use of the at sign (@) as in media.php at line #252:

    @ini_set('memory_limit', '256M');

    or at line #462:

    @ chmod( $destfilename, $perms );

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘The at sign in php code’ is closed to new replies.