iviniDesigner

Verificar se o arquivo existe

Jun 13th, 2013
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.07 KB | None | 0 0
  1. function fileExists($path){
  2.     return (@fopen($path,"r")==true);
  3. }
Advertisement
Add Comment
Please, Sign In to add comment