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
- Example 1 - Gets the number of transaction workers
<?php
var_dump(K2hash::gettransactionThreadPool());
?>
The above example will output:
int(0)
See Also
- K2hash::setTransactionThreadPool - Sets the number of transaction workers