Difference between revisions of "PHP/file/io"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
+ | {{fmt/title|PHP file access functionality}} | ||
This is a quick index to information about accessing files in PHP. | This is a quick index to information about accessing files in PHP. | ||
+ | ==Related== | ||
+ | * {{l/same|filesystem}}: folders/directories, file meta | ||
==Functions== | ==Functions== | ||
* [https://www.php.net/manual/en/ref.filesystem.php Filesystem Functions] | * [https://www.php.net/manual/en/ref.filesystem.php Filesystem Functions] | ||
Line 12: | Line 15: | ||
*** <code>[https://www.php.net/manual/en/function.fseek fseek()]</code>: seek absolute or relative position | *** <code>[https://www.php.net/manual/en/function.fseek fseek()]</code>: seek absolute or relative position | ||
*** <code>[https://www.php.net/manual/en/function.fwrite fwrite()]</code>: binary-safe write | *** <code>[https://www.php.net/manual/en/function.fwrite fwrite()]</code>: binary-safe write | ||
− | * [https://www.php.net/manual/en/refs.fileprocess.file.php File System Related Extensions] | + | * [https://www.php.net/manual/en/refs.fileprocess.file.php File System Related Extensions]: also includes {{l/same|filesystem}}-related extensions |
Revision as of 19:08, 19 June 2022
PHP file access functionality
|
This is a quick index to information about accessing files in PHP.
Related
- filesystem: folders/directories, file meta
Functions
- Filesystem Functions
file_get_contents()
file_put_contents()
- file-handle functions:
- File System Related Extensions: also includes filesystem-related extensions