k2hpx_load_archive
Loads data from the file
Description
bool k2hpx_load_archive ( mixed $handle_res , string $filepath [, bool $errskip ] )
Loads data from the file. The file should be either a transaction file or an archive file.
Parameters
- handle_res
Specifies the k2hash (.k2h) file handle that k2hpx_open returns. - filepath
Specifies a file to load. - errskip
Specifies true if skipping errors in loading the data from the file.
Return Values
Returns true on success or false on failure..
See Also
- K2hash::loadArchive - Loads data from the file