File-handling functions. More...
Functions | |
| file_csv_to_array ($file_name, $options=array()) | |
| Converts a CSV to an array of records as associative arrays. | |
| file_array_to_csv ($rows, $headings=null) | |
| Convert an array of row data a CSV data. | |
| file_list ($directory) | |
| List all files in a directory. | |
| file_create_folder ($folder) | |
| Create a folder in the selected directory. | |
| file_delete_folder ($folder, $is_empty=false) | |
| Delete folder and all subdirectories. | |
| file_copy ($source, $destination) | |
| Copy a file. | |
File-handling functions.
1.8.1.1