PHP/file/io: Difference between revisions
from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
m Woozle moved page PHP/file to PHP/file/io without leaving a redirect: reorg |
No edit summary |
||
| Line 1: | Line 1: | ||
{{fmt/title|PHP file access functionality}} | {{fmt/title|PHP file access functionality}} | ||
This is a quick index to information about accessing files in PHP. | {{:PHP/file/NAV}}This is a quick index to information about accessing files in PHP. | ||
==Functions== | ==Functions== | ||
* [https://www.php.net/manual/en/ref.filesystem.php Filesystem Functions] | * [https://www.php.net/manual/en/ref.filesystem.php Filesystem Functions] | ||
Revision as of 21:43, 30 June 2022
Template:Box/navThis is a quick index to information about accessing files in PHP.
Functions
- Filesystem Functions
file_get_contents()file_put_contents()- file-handle functions:
- File System Related Extensions: also includes Template:L/same-related extensions
