fvault_prune
Prunes the vault for keys that are within the given timestamps
Syntax
stock fvault_prune(const vaultname[], const start=-1, const end=-1) {
Usage
| vaultname | Vault name to look in |
| start | If timestamp is after this Unix Time (set -1 to prune from very start) |
| end | If timestamp is before this Unix Time (set -1 to prune to most time) |
Return
Returns — number of keys pruned
Defined in
fvault.inc
at line 302
.
This documentation was automatically generated from source.