Re: [PHP-PEAR] What does the @ operator mean?

[email protected] (André Langhorst) Fri, 23 Feb 2001 16:33:38 +0100
Newsgroups php.pear
Organization php-qat - http://qa.php.net
Message-ID <[email protected]>
> what does the @ mean in front of some functions?
> 
> for example in DB.php, there's
> 
> @include_once "DB/${type}.php";
> 
> what's the difference to just:
> 
> include_once "DB/${type}.php";

it is in the manual, you use it to suppress error messages from functions...

andré

-- 
· André Langhorst        t: +49 331 5811560 ·
· [email protected]          m: +49 173 9558736 ·
* PHP Quality Assurance  http://qa.php.net  *