faqts : Computers : Programming : Languages : PHP : kms

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

263 of 321 people (82%) answered Yes
Recently 9 of 10 people (90%) answered Yes

Entry

What does @ symbol mean in PHP code?

Jul 29th, 2002 19:11
Anonymous Anonymous, Alexis Tarasoff, http://www.php.net/manual/en/features.error-handling.php


All PHP expressions can be called with the "@" prefix, which turns off 
error reporting for that particular expression.