|
|
|
|
|
|
Function disk_file_save | Language: PHP
|
Syntax
| disk_file_save(Filename, Content) |
Parameters
| STRING | Filename | Name of the file to save.
| | STRING | Content | String to save in the file. |
Return value
Description
Saves a string into a text file. The file is created if necessary.
The file can be retrieved with disk_file_load. |
|
|
|