PHP alias @ function

Posted by SyaZ on Stack Overflow See other posts from Stack Overflow or by SyaZ
Published on 2008-09-26T07:33:53Z Indexed on 2010/04/26 23:23 UTC
Read the original article Hit count: 149

Filed under:
|
|

I'm new to PHP and I'm confused seeing some examples calling a function with a @ prefix like @mysql_ping().

What is it for? Googling / searching is not much of a help since @ gets discarded and 'alias' is not good enough keyword.

© Stack Overflow or respective owner

Related posts about php

Related posts about operators