検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 236 for [SIMILAR] 16 1024 4096 WITH 21269 列演 WITH 2041... (0.467 sec.)
配列演算子 10000
« 文字列演算子 型演算子 » PHP Manual 演算子 配列演算子 配列演算子 Array Operators 例 名前 結果 $a + $b 結合 $a および $b を結合する。 $a == $b 同等 $a および $b のキー/値のペアが等しい場合に true 。 $a === $b 同一 $a および $b のキー/値のペアが等しく、その並び順が等しく、 かつデータ型も等 ...
https://man.plustar.jp/php/language.operators.array.html - [similar]
文字列演算子 7342
« 論理演算子 配列演算子 » PHP Manual 演算子 文字列演算子 文字列演算子 文字列の演算子は 2 種類あります。最初のは結合演算子('.')で、右引数と 左引数を結合したものを返します。2 番目は、結合代入演算子(' .= ')で、 この演算子は右側の引数に左側の引数を追加します。詳細は、 代入演算子 を 参照くださ ...
https://man.plustar.jp/php/language.operators.string.html - [similar]
Creates a new set using values from the current instance and another set 6656
« Ds\Set::toArray Ds\Set::xor » PHP Manual Set Creates a new set using values from the current instance and another set Ds\Set::union (PECL ds >= 1.0.0) Ds\Set::union — Creates a new set using values from the current instance and another set 説明 public Ds\Set::union ( Ds\Set $set ): Ds\ ...
https://man.plustar.jp/php/ds-set.union.html - [similar]
Creates a new map using values from the current instance and another map 6656
« Ds\Map::toArray Ds\Map::values » PHP Manual Map Creates a new map using values from the current instance and another map Ds\Map::union (PECL ds >= 1.0.0) Ds\Map::union — Creates a new map using values from the current instance and another map 説明 public Ds\Map::union ( Ds\Map $map ): ...
https://man.plustar.jp/php/ds-map.union.html - [similar]
演算子 2750
« 式 演算子の優先順位 » PHP Manual 言語リファレンス 演算子 演算子 目次 演算子の優先順位 算術演算子 代入演算子 ビット演算子 比較演算子 エラー制御演算子 実行演算子 加算子/減算子 論理演算子 文字列演算子 配列演算子 型演算子 演算子とは、ひとつ以上の値 (あるいはプログラミング用語における「式」 ...
https://man.plustar.jp/php/language.operators.html - [similar]
演算子の優先順位 2750
« 演算子 算術演算子 » PHP Manual 演算子 演算子の優先順位 演算子の優先順位 演算子の優先順位は、二つの式が"緊密に"結合している度合いを指定します。 例えば、式 1 + 5 * 3 の答えは 16 になり、 18 とはなりません。 これは乗算演算子("*")は、加算演算子("+")より高い優先順位を有するか らです。必要に ...
https://man.plustar.jp/php/language.operators.precedence.html - [similar]
論理演算子 2750
« 加算子/減算子 文字列演算子 » PHP Manual 演算子 論理演算子 論理演算子 論理演算子 例 名前 結果 $a and $b 論理積 $a および $b が共に true の場合に true $a or $b 論理和 $a または $b のどちらかが true の場合に true $a xor $b 排他的論理和 $a または $b のどちらかが true でかつ両方とも true で ...
https://man.plustar.jp/php/language.operators.logical.html - [similar]
パーサトークンの一覧 2750
« PHP 型の比較表 ユーザーレベルでの命名の手引き » PHP Manual 付録 パーサトークンの一覧 パーサトークンの一覧 PHP 言語の種々の部分は、内部的に トークン で表現されています。 不正なトークンのシーケンスが含まれるコードスニペットの場合、 Parse error: syntax error, unexpected token "==", expect ...
https://man.plustar.jp/php/tokens.html - [similar]
エラー制御演算子 2750
« 比較演算子 実行演算子 » PHP Manual 演算子 エラー制御演算子 エラー制御演算子 PHP はエラー制御演算子( @ )をサポートしています。 PHP の式の前に付けた場合、 その式により生成されたエラーメッセージは無視されます。 set_error_handler() で自作のエラーハンドラを設定した場合は エラー制御演算子があ ...
https://man.plustar.jp/php/language.operators.errorcontrol.html - [similar]
新機能 2750
« 下位互換性のない変更点 PHP 5.6.x で推奨されなくなる機能 » PHP Manual PHP 5.5.x から PHP 5.6.x への移行 新機能 新機能 定数式 数値や文字列リテラルと定数を、これまでのバージョンでは静的な値が想定されていた場面 (定数やプロパティの宣言、関数のデフォルト引数など) で、スカラー式として扱えるよ ...
https://man.plustar.jp/php/migration56.new-features.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT