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
Tuesday, May 22, 2012
File Syntax in php
by Unknown
0 comments:
Post a Comment