検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 360 for while (0.024 sec.)
while 13793
« 制御構造に関する別の構文 do-while » PHP Manual 制御構造 while while (PHP 4, PHP 5, PHP 7, PHP ... 8) while ループは、PHPで最も簡単なタイプのループです。 この ... ループは、CのWHILEループと同様の動作をします。 while ループの基本形は次 ... のようになります。 while (式) 文 while 文の意味は簡単です。 while 文は、式の ... Pによるループ内の文の実行が1回分の反復に相当します) while 式の値がはじめから false の 場合は、内部の文は一回 ...
https://man.plustar.jp/php/control-structures.while.html - [similar]
do-while 13490
« while for » PHP Manual 制御構造 do-while do-while (PHP 4, PHP 5, PHP 7, PHP 8) do-while ループ ... クが各反復の 最初ではなく最後に行われること以外は、 while ループと 全く同じです。通常の while ループとの主な ... 差は、 do-while ループは最低1回の実行を保証されていることです。 一 ... 方、通常の while ループは、実行されないかもしれません (論理式は各反 ... である場合はループの実行は すぐに終わります)。 do-while ループの構文は次の一つのみです。 <?php $i = 0 ; do ...
https://man.plustar.jp/php/control-structures.do.while.html - [similar]
Invoke all pending watchers while resetting their pending state 9408
« EvLoop::idle EvLoop::io » PHP Manual EvLoop Invoke all pending watchers while resetting their ... vLoop::invokePending — Invoke all pending watchers while resetting their pending state 説明 public EvLoop:: ... invokePending (): void Invoke all pending watchers while resetting their pending state. パラメータ この関数 ... ワード: EvLoop , pending , Invoke , all , watchers , while , resetting , their , invokePending , パラメータ ...
https://man.plustar.jp/php/evloop.invokepending.html - [similar]
break 7897
« foreach continue » PHP Manual 制御構造 break break (PHP 4, PHP 5, PHP 7, PHP 8) break は、現在 ... 実行中の for , foreach , while , do-while , switch 構造の実行を終了します。 break ... >\n" ; } /* オプション引数を使用します */ $i = 0 ; while (++ $i ) { switch ( $i ) { case 5 : echo "At 5<br ... "At 10; quitting<br />\n" ; break 2 ; /* switch と while を抜けます */ default: break; } } ?> 関連キーワード ... : break , 構造 , foreach , 実行 , while , ループ , 終了 , ネスト , 直近 , ...
https://man.plustar.jp/php/control-structures.break.html - [similar]
Returns the CUBRID database parameters 7292
« cubrid_get_client_info cubrid_get_query_timeout » PHP Manual CUBRID 関数 Returns the CUBRID da ... transaction T2 cannot update the schema of table A while transaction T1 is viewing table A. Transaction T1 ... transaction T2 cannot update the schema of table A while transaction T1 is viewing table A. Transaction T1 ... transaction T2 cannot update the schema of table A while transaction T1 is viewing table A. Transaction T1 ... as updated and committed by another transaction T2 while it is viewing table A repeatedly. Transaction T1 m ...
https://man.plustar.jp/php/function.cubrid-get-db-parameter.html - [similar]
制御構造 7212
« 型演算子 はじめに » PHP Manual 言語リファレンス 制御構造 制御構造 目次 はじめに if else elseif ... /else if 制御構造に関する別の構文 while do-while for foreach break continue switch match d ... uire_once include_once goto 関連キーワード: else , while , include , once , 言語 , リファレンス , elseif , ...
https://man.plustar.jp/php/language.control-structures.html - [similar]
制御構造に関する別の構文 6305
« elseif/else if while » PHP Manual 制御構造 制御構造に関する別の構文 制御構造に関する別の構文 ( ... , PHP 8) PHPは、いくつかの制御構造、つまり、 if 、 while 、 for 、 foreach 、 switch に関する別の構文を提供 ... 波括弧をコロン(:)、閉じ波括弧をそれぞれ endif; , endwhile; , endfor; , endforeach; , endswitch; に変更するの ... foo ): ?> <?php case 1 : ?> ... <?php endswitch ?> while 、 for 、および if に、より多くの例があります。 関 ... 連キーワード: 構文 , 別 , while , ブロック , else , elseif , 出力 , 形式 , case , ...
https://man.plustar.jp/php/control-structures.alternative-syntax.html - [similar]
クエリの次の行を連想配列あるいは数値添字配列で返す 5851
« oci_fetch_all oci_fetch_assoc » PHP Manual OCI8 関数 クエリの次の行を連想配列あるいは数値添字配 ... t_name FROM departments' ); oci_execute ( $stid ); while (( $row = oci_fetch_array ( $stid , OCI_BOTH )) != ... description FROM mytab' ); oci_execute ( $stid ); while (( $row = oci_fetch_array ( $stid , OCI_NUM )) != ... description FROM mytab' ); oci_execute ( $stid ); while (( $row = oci_fetch_array ( $stid , OCI_ASSOC )) ! ... ELECT 1, null FROM dual' ); oci_execute ( $stid ); while (( $row = oci_fetch_array ( $stid , OCI_ASSOC )) ! ...
https://man.plustar.jp/php/function.oci-fetch-array.html - [similar]
Description 5851
« Imagick::setProgressMonitor Imagick::setResolution » PHP Manual Imagick Description Imagick::s ... ls where ImageMagick creates temporary images e.g. while processing PDFs. パラメータ key value 戻り値 成功し ... porary , string , パラメータ , PDFs , processing , while ...
https://man.plustar.jp/php/imagick.setregistry.html - [similar]
Register a concurrent call 5780
« Yar_Concurrent_Client Yar_Concurrent_Client::loop » PHP Manual Yar_Concurrent_Client Register ... ll, but won't sent it immediately, it will be send while further call to Yar_Concurrent_Client::loop() パラ ... callback A function callback, which will be called while the response return. 戻り値 An unique id, can be u ... , Register , concurrent , a , callback , Server , while , string ...
https://man.plustar.jp/php/yar-concurrent-client.call.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT