@readfile in php??
Posted
by Jonathan
on Stack Overflow
See other posts from Stack Overflow
or by Jonathan
Published on 2010-04-16T16:25:15Z
Indexed on
2010/04/16
21:53 UTC
Read the original article
Hit count: 352
I hate that google can not search for symbols. I saw this in some sample code and wondered why there is an @ sign before the readfile function:
@readfile($filename);
What does it mean different to without an @ symbol?
© Stack Overflow or respective owner