Re: [PHP] The meaning of and "@"

2006-01-09 Thread Chris Boget
and it's used wrongly in 99.99% of the cases. Are you trying to tell me that I'm *not* supposed to use it in front of *every* php function Oh, come *on* Why not?!? It makes the function call look so pretty and important/official looking... or something... :p thnx, Chris -- PHP Gen

Re: [PHP] The meaning of and "@"

2006-01-09 Thread John Nichel
M. Sokolewicz wrote: and it's used wrongly in 99.99% of the cases. Are you trying to tell me that I'm *not* supposed to use it in front of *every* php function ;) -- John C. Nichel IV Programmer/System Admin (ÜberGeek) Dot Com Holdings of Buffalo 716.856.9675 [EMAIL PROTECTED] -- PHP G

Re: [PHP] The meaning of and "@"

2006-01-09 Thread Miles Thompson
Todd, It suppresses any error message if the function fails. Nothing as exotic as a pointer. Cheers - Miles At 11:41 AM 1/9/2006, Todd Cary wrote: I have not been able to find in the Online Manual the use of the "@" symbol as in while ([EMAIL PROTECTED]($sqlID, MYSQL_BOTH)){ Is that a "p

Re: [PHP] The meaning of and "@"

2006-01-09 Thread M. Sokolewicz
and it's used wrongly in 99.99% of the cases. David Grant wrote: Todd, The @ operator suppresses error messages. http://www.php.net/manual/en/language.operators.errorcontrol.php David Todd Cary wrote: I have not been able to find in the Online Manual the use of the "@" symbol as in while

Re: [PHP] The meaning of and "@"

2006-01-09 Thread David Grant
Todd, The @ operator suppresses error messages. http://www.php.net/manual/en/language.operators.errorcontrol.php David Todd Cary wrote: > I have not been able to find in the Online Manual the use of the "@" > symbol as in > > while ([EMAIL PROTECTED]($sqlID, MYSQL_BOTH)){ > > Is that a "point

RE: [PHP] The meaning of and "@"

2006-01-09 Thread Jim Moseby
> > I have not been able to find in the Online Manual the use of the "@" > symbol as in > > while ([EMAIL PROTECTED]($sqlID, MYSQL_BOTH)){ > > Is that a "pointer"...address of...? I have never used it, but I believe the "@" supresses error messages. JM -- PHP General Mailing List (http://w

[PHP] The meaning of and "@"

2006-01-09 Thread Todd Cary
I have not been able to find in the Online Manual the use of the "@" symbol as in while ([EMAIL PROTECTED]($sqlID, MYSQL_BOTH)){ Is that a "pointer"...address of...? Todd -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php