Tuesday, May 22, 2012

File Syntax in php



file_exists($path) - file is exist or not
unlink($path) -To remove files

is_dir($path) - current path is directory or not
mkdir($path) -To create new directory
rmdir($path) -To remove directory


copy($path)- copy files from one to another dirctory


0 comments:

Post a Comment