Php syntax, what means @ prefixed to the php function ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gintare
    New Member
    • Mar 2007
    • 103

    Php syntax, what means @ prefixed to the php function ?

    I have a sentence:
    Code:
    if(@array_key_exists($nameIndex,self::$instancesByName))return smth;
    What means @ prefixed to the "array_key_exis ts" function?
Working...