検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 36 for times (0.011 sec.)
Alternation and repetition 13962
« Unicode character classes Anchors » PHP Manual Pattern matching Alternation and repetition Alt ... subpatterns in alternation. * yes Match 0 or more times. + yes Match 1 or more times. ? yes Match 0 or 1 t ... imes. {n} no Match exactly n times. {n,} yes Match at least n times. {n,m} yes Match ... at least n times but no more than m times. *? no Match 0 or more ti ... mes. +? no Match 1 or more times. ?? no Match 0 or 1 times. {n,}? no Match at least ...
https://man.plustar.jp/php/parle.regex.alternation.html - [similar]
オブジェクトの要素数を数える 13122
« Countable OuterIterator » PHP Manual Countable オブジェクトの要素数を数える Countable::count ( ... "I have been count()ed " . count ( $counter ) . " times\n" ; } ?> 上の例の出力は、 たとえば以下のようになり ... ます。 I have been count()ed 1 times I have been count()ed 2 times I have been count()e ... d 3 times I have been count()ed 4 times I have been count()e ... d 5 times I have been count()ed 6 times I have been count()e ...
https://man.plustar.jp/php/countable.count.html - [similar]
プロセス時間を得る 10808
« posix_strerror posix_ttyname » PHP Manual POSIX 関数 プロセス時間を得る posix_times (PHP 4, PH ... P 5, PHP 7, PHP 8) posix_times — プロセス時間を得る 説明 posix_times (): array | ... この関数は、失敗時に false を返します。 例 例1 posix_times() の使用例 <?php $times = posix_times (); print_r ... ( $times ); ?> 上の例の出力は、 たとえば以下のようになります ... すこともあります。 関連キーワード: プロセス , 関数 , times , ticks , stime , ユーザー , utime , cstime , パラ ...
https://man.plustar.jp/php/function.posix-times.html - [similar]
文字列を反復する 10476
« str_pad str_replace » PHP Manual String 関数 文字列を反復する str_repeat (PHP 4, PHP 5, PHP 7, ... 列を反復する 説明 str_repeat ( string $string , int $times ): string string を times 回を繰り返した文字列を返 ... します。 パラメータ string 繰り返す文字列。 times string を繰り返す回数。 times は 0 以上でなければな ... りません。 times が 0 に設定された場合、この関数は空文字を返します。 ... 列の出現回数を数える 関連キーワード: 反復 , string , times , repeat , pad , 回数 , 関数 , int , パラメータ , ...
https://man.plustar.jp/php/function.str-repeat.html - [similar]
The SyncMutex class 8748
« 定義済み定数 SyncMutex::__construct » PHP Manual Sync The SyncMutex class The SyncMutex class ... x a single time and internally track the number of times the mutex is locked. The mutex is unlocked as soon ... oes out of scope or is unlocked the same number of times that it was locked. クラス概要 class SyncMutex { / ... ex , construct , public , lock , locked , single , times , unlock , all ...
https://man.plustar.jp/php/class.syncmutex.html - [similar]
端末のデバイス名を調べる 7972
« posix_times posix_uname » PHP Manual POSIX 関数 端末のデバイス名を調べる posix_ttyname (PHP 4, ... ス , ttyname , int , file , descriptor , リソース , times , 関数 , resource ...
https://man.plustar.jp/php/function.posix-ttyname.html - [similar]
Register a user-defined callback function for Oracle Database TAF 7861
« oci_pconnect oci_result » PHP Manual OCI8 関数 Register a user-defined callback function for O ... ered callback function will be invoked for several times during failover. See OCI8 Transparent Application ... hen oci_register_taf_callback() is called multiple times, each registration overwrites the previous one. Us ...
https://man.plustar.jp/php/function.oci-register-taf-callback.html - [similar]
Executes a statement prepared with sqlsrv_prepare 7718
« sqlsrv_errors sqlsrv_fetch_array » PHP Manual SQLSRV 関数 Executes a statement prepared with s ... ideal for executing a prepared statement multiple times with different parameter values. パラメータ stmt A ... t with sqlsrv_prepare() and re-execute it multiple times (with different parameter values) using sqlsrv_exe ...
https://man.plustar.jp/php/function.sqlsrv-execute.html - [similar]
OCI8 Transparent Application Failover (TAF) Support 7623
« OCI8 高速アプリケーション通知 (FAN) サポート OCI8 および DTrace 動的トレーシング » PHP Manual ... to be called during failover. It is called several times while re-establishing the application's connection ... Stop retrying if we have already attempted for 20 times. if ( self :: $retry_count >= 20 ) return 0 ; prin ... print( "Parsing user query\n" ); $sql = "select systimestamp from dual" ; $stmt = oci_parse ( $conn , $sql ... ) will // invoke the TAF callback function several times. If the failover is successful, // a new connectio ...
https://man.plustar.jp/php/oci8.taf.html - [similar]
Prepares a query for execution 7528
« sqlsrv_num_rows sqlsrv_query » PHP Manual SQLSRV 関数 Prepares a query for execution sqlsrv_pr ... r preparing a query that will be executed multiple times with different parameter values. パラメータ conn A ... t with sqlsrv_prepare() and re-execute it multiple times (with different parameter values) using sqlsrv_exe ...
https://man.plustar.jp/php/function.sqlsrv-prepare.html - [similar]
PREV 1 2 3 4 NEXT