検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 218 for 言語 (0.014 sec.)
加算子/減算子 4627
« 実行演算子 論理演算子 » PHP Manual 演算子 加算子/減算子 加算子/減算子 PHP は C 言語形式の加算子 ...
https://man.plustar.jp/php/language.operators.increment.html - [similar]
コールバック / Callable 4627
« NULL 型宣言 » PHP Manual 型 コールバック / Callable コールバック / Callable コールバックは、 c ... isset() , list() , print あるいは unset() といった言語構造はコールバックとしては使えないことに注意しましょ ...
https://man.plustar.jp/php/language.types.callable.html - [similar]
Add an update operation to the bulk 4627
« MongoDB\Driver\BulkWrite::insert MongoDB\Driver\Session » PHP Manual MongoDB\Driver\BulkWrite ... ion array | object » Collation は、文字列比較の際の言語固有のルールを指定するものです。たとえば、大文字小文 ...
https://man.plustar.jp/php/mongodb-driver-bulkwrite.update.html - [similar]
トランザクションを開始する 4627
« PDO PDO::commit » PHP Manual PDO トランザクションを開始する PDO::beginTransaction (PHP 5 >= 5. ... DROP TABLE や CREATE TABLE のようなデータベース定義言語 (DDL) ステートメントがトランザクション中に 発行され ...
https://man.plustar.jp/php/pdo.begintransaction.html - [similar]
関数の定義(プロトタイプ)を読むには 4564
« ユーザーノートについて 本マニュアルに記載された PHP のバージョン » PHP Manual マニュアルについ ... 前提条件: 型 の基本的な理解 PHP は型についてルーズな言語ですが、重要な意味があるので、 型 の基本を理解するこ ...
https://man.plustar.jp/php/about.prototypes.html - [similar]
設定を変更するには 4564
« どこで設定を行うのか 言語リファレンス » PHP Manual 実行時設定 設定を変更するには 設定を変更する ...
https://man.plustar.jp/php/configuration.changes.html - [similar]
switch 4564
« continue match » PHP Manual 制御構造 switch switch (PHP 4, PHP 5, PHP 7, PHP 8) switch 文は、同 ... itch 文は、まさにこのためにあるのです。 注意 : 他の言語とは違って、 continue 命令は switch にも適用され、 b ...
https://man.plustar.jp/php/control-structures.switch.html - [similar]
配列を生成する 4564
« array_walk arsort » PHP Manual 配列 関数 配列を生成する array (PHP 4, PHP 5, PHP 7, PHP 8) arr ... : array() は、実際にはリテラル配列を表現するための 言語構造であり、通常の関数ではありません。 参考 array_pa ...
https://man.plustar.jp/php/function.array.html - [similar]
変数が宣言されていること、そして null とは異なることを検査する 4564
« is_string print_r » PHP Manual 変数操作 関数 変数が宣言されていること、そして null とは異なるこ ... ) を使用してください。 注意 : これは、関数ではなく 言語構造のため、 可変関数 や 名前付き引数 を用いてコール ...
https://man.plustar.jp/php/function.isset.html - [similar]
配列と同様の形式で、複数の変数への代入を行う 4564
« ksort natcasesort » PHP Manual 配列 関数 配列と同様の形式で、複数の変数への代入を行う list (PH ... y array() と同様に、 この関数は実際には関数ではなく言語構造です。 list() は、 単一の操作で一連の変数に値を代 ...
https://man.plustar.jp/php/function.list.html - [similar]