K2hash::getSubkeys K2hash Class K2hash::getValue

K2hash::getTransactionThreadPool

トランザクション処理用のスレッド数を取得する

説明

 public static int K2hash::getTransactionThreadPool ( void )

トランザクション処理用のスレッド数を取得します。

パラメータ

この関数にはパラメータはありません。

戻り値

トランザクション処理用スレッド数

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

上の例の出力は以下となります。

int(0)

参考

K2hash::getSubkeys K2hash Class K2hash::getValue