| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
cubrid_get_query_timeout(PECL CUBRID >= 8.4.1) cubrid_get_query_timeout — Get the query timeout value of the request 説明
int cubrid_get_query_timeout
( resource
$req_identifier
)The cubrid_get_query_timeout() function is used to get the query timeout of the request. パラメータ
返り値Success: the query timeout value of the current request. Units of msec. Failure: FALSE 例例1 cubrid_get_query_timeout() example
<?php 上の例の出力は以下となります。 int(5000) int(1000) |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「cubrid_get_query_timeout - Get the query timeout value of the request」をGoogle検索
|