fvault_get_data
Retrieves data specified by a key
Syntax
stock fvault_get_data(const vaultname[], const key[], data[], len, ×tamp=0) {
Usage
| vaultname | Vault name to look in |
| key | Key name to look for the data |
| data | String which data will be copied to |
| len | Length of data |
| timestamp | The unix time of when the data was last set ( -1 if permanent data, 0 if old fvault version ) ( optional param ) |
Return
Returns — 1 on success, 0 on failue.
Defined in
fvault.inc
at line 116
.
This documentation was automatically generated from source.