K2hash::getTransactionThreadPool
トランザクション処理用のスレッド数を取得する
説明
public static int K2hash::getTransactionThreadPool ( void )
トランザクション処理用のスレッド数を取得します。
パラメータ
この関数にはパラメータはありません。
戻り値
トランザクション処理用スレッド数
例
- 例 1 - トランザクション処理用スレッド数を取得する
<?php
var_dump(K2hash::gettransactionThreadPool());
?>
上の例の出力は以下となります。
int(0)
参考
- K2hash::setTransactionThreadPool - トランザクション処理用のスレッド数を設定する