nfv_take_data
Removes data in file under key and name.
Syntax
stock nfv_take_data(const filename[], const key[], name[], data[]="", len=0, const take_times=1, const identifier=';', name_copy[]="", const name_len=0)
Usage
| filename | The file location to search for the data. |
| key | The key within the file to look for. Set to "" for no key. |
| name | The name under key to look for. Set to NFV_WILDCARD for any name. |
| data | The string that will contain the data removed. |
| len | The size of the data string. |
| take_times | How many times to take out of the file. Set to NFV_TAKEALL for all. |
| identifier | The character used to identify different keys. |
| name_copy | The string that will contain the name of the data retrieved. Only used with NFV_WILDCARD for name. |
| name_len | If specified, the size of the name found to copy. Only used with NFV_WILDCARD for name. |
Return
How — many datas were removed.
Defined in
nfvault.inc
at line 2451
.
This documentation was automatically generated from source.