Thursday, 10 May 2012

Q: Why use at the Rate before any function name in php?


Ans: Some time the function generate error in the screen so to stop this type error you must @ sign before calling function.

Example :@mkdir($config['cache'], 0777, true);

No comments:

Post a Comment