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