検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 127 for [SIMILAR] 16 1024 4096 WITH 28872 collectionmodi... (0.214 sec.)
switch 0
« continue match » PHP Manual 制御構造 switch switch (PHP 4, PHP 5, PHP 7, PHP 8) switch 文は、同じ式を用いてIF文を並べたのに似ています。 同じ変数を異なる値と比較し、値に応じて異なったコードを実行したいと 思うことがしばしばあるかと思います。 switch 文は、まさにこのためにあるのです。 注意 ...
https://man.plustar.jp/php/control-structures.switch.html - [similar]
ユーザー定義関数 0
« 関数 関数の引数 » PHP Manual 関数 ユーザー定義関数 ユーザー定義関数 関数は次のような構文で定義されます。 例1 関数の使用法を説明するための擬似コード <?php function foo ( $arg_1 , $arg_2 , /* ..., */ $arg_n ) { echo "関数の例\n" ; return $retval ; } ?> 関数の中では、他の関数や クラス 定義 ...
https://man.plustar.jp/php/functions.user-defined.html - [similar]
プレースホルダーに値をバインドする 0
« mysql_xdevapi\CollectionRemove CollectionRemove::__construct » PHP Manual mysql_xdevapi\CollectionRemove プレースホルダーに値をバインドする CollectionRemove::bind (No version information available, might only be in Git) CollectionRemove::bind — プレースホルダーに値をバインドする 説明 p ...
https://man.plustar.jp/php/mysql-xdevapi-collectionremove.bind.html - [similar]
演算子 0
« 式 演算子の優先順位 » PHP Manual 言語リファレンス 演算子 演算子 目次 演算子の優先順位 算術演算子 代入演算子 ビット演算子 比較演算子 エラー制御演算子 実行演算子 加算子/減算子 論理演算子 文字列演算子 配列演算子 型演算子 演算子とは、ひとつ以上の値 (あるいはプログラミング用語における「式」 ...
https://man.plustar.jp/php/language.operators.html - [similar]
指定した名前空間で、タグ名に対応するすべての要素を検索する 0
« DOMDocument::getElementsByTagName DOMDocument::importNode » PHP Manual DOMDocument 指定した名前空間で、タグ名に対応するすべての要素を検索する DOMDocument::getElementsByTagNameNS (PHP 5, PHP 7, PHP 8) DOMDocument::getElementsByTagNameNS — 指定した名前空間で、タグ名に対応するすべての要素 ...
https://man.plustar.jp/php/domdocument.getelementsbytagnamens.html - [similar]
elseif/else if 0
« else 制御構造に関する別の構文 » PHP Manual 制御構造 elseif/else if elseif/else if (PHP 4, PHP 5, PHP 7, PHP 8) elseif は、その名前から分かるように、 if と else の組み合わせです。 elseif は、 else のように、元の if 式の値が false の場合に別の文を実行するように if 文を拡張します。 しかし ...
https://man.plustar.jp/php/control-structures.elseif.html - [similar]
クエリのプレースホルダーに値をバインドする 0
« mysql_xdevapi\CollectionFind CollectionFind::__construct » PHP Manual mysql_xdevapi\CollectionFind クエリのプレースホルダーに値をバインドする CollectionFind::bind (No version information available, might only be in Git) CollectionFind::bind — クエリのプレースホルダーに値をバインドする ...
https://man.plustar.jp/php/mysql-xdevapi-collectionfind.bind.html - [similar]
for 0
« do-while foreach » PHP Manual 制御構造 for for (PHP 4, PHP 5, PHP 7, PHP 8) for ループは、PHPで最も複雑なループです。 for は、Cのforループと同様に動作します。 for ループの構文は、次のようになります。 for (式1; 式2; 式3) 文 最初の式( 式1 )は、ループ開始時に無条件に 評価(実行)されます。 ...
https://man.plustar.jp/php/control-structures.for.html - [similar]
assertion が false であるかどうかを調べる 0
« assert_options cli_get_process_title » PHP Manual PHP オプション/情報 関数 assertion が false であるかどうかを調べる assert (PHP 4, PHP 5, PHP 7, PHP 8) assert — assertion が false であるかどうかを調べる 説明 PHP 5 および PHP 7 assert ( mixed $assertion , string $description = ? ): boo ...
https://man.plustar.jp/php/function.assert.html - [similar]
0
« マジック定数 演算子 » PHP Manual 言語リファレンス 式 式 式は、PHP における最も重要なビルディングブロックです。PHPにおいては、ほとんど全てのものは式で記述されます。 最も簡単で最も正確な式の定義は、"値があるもの全て"です。 考えられる簡単な例は、定数と変数です。 " $a = 5" と入力すると、 $ ...
https://man.plustar.jp/php/language.expressions.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT