Difference between revisions of "PHP/file/io"
Jump to navigation
Jump to search
(Created page with "This is a quick index to information about accessing files in PHP. ==Functions== * [https://www.php.net/manual/en/ref.filesystem.php Filesystem Functions] ** <code>[https://ww...") |
|||
Line 2: | Line 2: | ||
==Functions== | ==Functions== | ||
* [https://www.php.net/manual/en/ref.filesystem.php Filesystem Functions] | * [https://www.php.net/manual/en/ref.filesystem.php Filesystem Functions] | ||
+ | ** <code>[https://www.php.net/manual/en/function.fgetcsv fgetcsv()]</code> | ||
+ | ** <code>[https://www.php.net/manual/en/function.file-get-contents file_get_contents()]</code> | ||
** <code>[https://www.php.net/manual/en/function.file-put-contents file_put_contents()]</code> | ** <code>[https://www.php.net/manual/en/function.file-put-contents file_put_contents()]</code> | ||
− | |||
* [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] |
Revision as of 12:03, 21 March 2020
This is a quick index to information about accessing files in PHP.