Handler::write()
Writes data to a file
Handler::write(string $file, $data = [ ]): bool
Parameters
| Name | Type | Default |
|---|---|---|
| $file * | string |
– |
| $data | mixed |
[ ] |
Return type
bool
Writes data to a file
Handler::write(string $file, $data = [ ]): bool
| Name | Type | Default |
|---|---|---|
| $file * | string |
– |
| $data | mixed |
[ ] |
bool