k2hpx_put_archive
Saves a k2hash file as an archive file
Description
bool k2hpx_put_archive ( mixed $handle_res , string $filepath [, bool $errskip ] )
Saves the k2hash (.k2h
) file as an archive file.
Parameters
- handle_res
Specifies the k2hash (.k2h
) file handle that k2hpx_open returns. - filepath
Specifies the path to an archive file. - errskip
Specifies true if a dump process continues on errors.
Return Values
Returns true on success or false on failure..
See Also
- K2hash::putArchive - Saves data as the archive file