K2hash::getSubkeys K2hash Class K2hash::getValue

K2hash::getTransactionThreadPool

Gets the number of transaction workers

Description

 public static int K2hash::getTransactionThreadPool ( void )

Gets the number of transaction workers.

Parameters

This function has no parameters.

Return Values

Returns the number of transaction workers

Examples

<?php
var_dump(K2hash::gettransactionThreadPool());
?>

The above example will output:

int(0)

See Also

K2hash::getSubkeys K2hash Class K2hash::getValue