Function __global->write_text_file
Definitions
sources/textfiles.php
- Write a text file, using the _custom system.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$codename | string | required parameter | N/A | N/A | The file name (without .txt) |
$lang | ?LANGUAGE_NAME | required parameter | N/A | N/A | The language to write for (null: none) (blank: search) |
$out | string | required parameter | N/A | N/A | The data to write |