Files Flashcards
require()
include php script file (error_fatal)
include()
include php script file (warning)
require_once()
include php scipt file wihout including again
include_once()
include php scipt file wihout including again
set_include_path()
set the include_path configuration option
get_include_path()
return include path
restore_include_path()
set default include path
get_included_files()
return all files included
chdir()
change current directory
chroot()
change current root directory
dir()
return an instance of the Directory class
opendir()
open a directory handle
getcwd()
get current work directory
readdir()
read entry directory handle
rewinddir()
rewind directory handle
scandir()
list files and directories inside the specified path
dirname()
return dir path of a file path string
is_dir()
check if a file is a directory
mkdir()
create dir
rmdir()
remove empty dir
basename()
return filename of a path filename
chgrp()
change file group
chmod()
change file mode
chown()
change file owner