K2hash::addSubkeys K2hash Class K2hash::close

K2hash::cleanCommonAttribute

Initializes the common attributes

Description

public bool K2hash::cleanCommonAttribute ( void )

Initializes the common attributes. Common attributes are:

Parameters

This function has no parameters.

Return Values

Returns true on success or false on failure.

Examples

<?php
$k2hash = new K2hash();
$k2hash->openMem();
var_dump($k2hash->cleanCommonAttribute());
$k2hash->close();
?>

The above example will output:

bool(true)

See Also

K2hash::addSubkeys K2hash Class K2hash::close