Why a function starts with @ in php ? like @unpack(xxx)?
This question already has an answer here:
PHP Error Control Operators.
it avoids showing the error returned by the function. more info in the link:
http://www.php.net/manual/en/language.operators.errorcontrol.php
链接地址: http://www.djcxy.com/p/57714.html上一篇: PHP中的@符号