nfv_prune
Removes data from all files in the NFVault folder.
Syntax
stock nfv_prune(const key[], name[], const start=-1, const end=-1, const identifier=';')
Usage
| key | The key within the file to remove data. |
| name | The name within the key to remove data. Set to NFV_WILDCARD to prune all names. |
| start | Checks if last TimeStamp is after this UnixTime. Set to -1 to prune all. |
| end | Checks if last TimeStamp is before this UnixTime. Set to -1 to prune all. |
| identifier | The character used to identify different keys. |
Return
This function has no return value.
Defined in
nfvault.inc
at line 2662
.
This documentation was automatically generated from source.