PHP::write()
Creates a PHP file with the given data
PHP::write(string $file = null, mixed $data = [ ]): bool
Parameters
Name | Type | Default |
---|---|---|
$file | string |
null |
$data | mixed |
[ ] |
Return type
bool