k2hpx_open k2hash Functions k2hpx_print_attr_version

k2hpx_print_attr_information

Prints the attribute information

Description

bool k2hpx_print_attr_information ( mixed $handle_res [, mixed $output ] )

Prints the attribute information.

Parameters

Return Values

Returns true on success or false on failure.

Examples

<?php
$handle = k2hpx_open_mem();
$fp = fopen("/tmp/k2hpx_print_attr_information.log", 'w');
k2hpx_print_attr_information($handle, $fp);
fclose($fp);
k2hpx_close($handle);
?>

The above example will output:

K2HASH attribute libraries:  K2H ATTR BUILTIN
k2hpx_open k2hash Functions k2hpx_print_attr_version