0

for example in strip_tags you can use like this:

string strip_tags ( string $str [, string $allowable_tags ] )

but I wondering if it could be use like this:

@strip_tags

and What's the difference?. Thanks

pablo zack
  • 21
  • 4

1 Answers1

0

It is an Error Control Operator.

See here:

http://php.net/manual/en/language.operators.errorcontrol.php

JoeCoder
  • 840
  • 5
  • 4