file_put_contents [line 1181]
void file_put_contents(
$filename, $data, [ $flags = 0]
)
|
|
Parameters:
|
|
$filename: |
|
|
|
$data: |
|
|
|
$flags: |
|
get_existfiles [line 1144]
array &get_existfiles(
string $dir, [string $ext = ''], [bool $recursive = false]
)
|
|
Get list of files in a directory
PHP Extension
Parameters:
|
string |
$dir: |
Directory Name |
|
string |
$ext: |
File Extension |
|
bool |
$recursive: |
Traverse Recursively |
API Tags:
Information Tags:
| Version: | $Id: v 1.0 2008-06-05 11:14:46 sonots $ |