PHP Tutorial File
File
- Binary-safe file read in PHP
- Check if a file exists and is readable in PHP
- Check if a file or directory exists in PHP
- Check if specified file is executable with is_executable() function in PHP
- Check if the " end-of-file " (EOF) has been reached in PHP
- Check if the filename is a symbolic link in PHP
- Check if the specified file is readable with is_readable() function in PHP
- Check if the specified file is writeable with is_writable() function in PHP
- Check whether the specified file is a regular file in PHP
- Close a pipe opened by popen() in PHP
- Close an open file in PHP
- Copy a file in PHP
- Creates a temporary file with a unique name in read-write (w+) mode in PHP
- Delete a file in PHP
- Dump index page of a www server in PHP
- Find out path information about dirname, basename, extension and filename in PHP
- Find pathnames matching a pattern in PHP
- Format a line as CSV and writes it to an open file in PHP
- Get an array of filenames or directories matching a specified pattern in PHP
- Get and output the source of the homepage of a website in PHP
- Get the last access time of the specified file in PHP
- Get the permissions for a file or directory in PHP
- Get the size of the specified file in PHP
- Get the user ID (owner) of the specified file in PHP
- Gets file group in PHP
- List file name with dir() in PHP
- Lock or release a file in PHP
- Open a file or URL in PHP
- Open existing file " test.txt " , and write some new data into it in PHP
- Output the PHP file with the PHP syntax highlighted in PHP
- Parse an ini file and returns the settings in it in an array in PHP
- Print a message and exit the current script in PHP
- Rename a file or directory in PHP
- Return information about a file with stat() function in PHP
- Set the access and modification time of the specified file in PHP
- The is_link() function checks whether the specified file is a link in PHP
- Truncates an open file to the specified length in PHP
- Use placeholders in fprintf in PHP
- Use the optional flags parameter since PHP 5 for file function in PHP