検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 240 for [SIMILAR] 16 1024 4096 WITH 76173 三項 WITH 6268... (0.281 sec.)
クラスの基礎 0
« はじめに プロパティ » PHP Manual クラスとオブジェクト クラスの基礎 クラスの基礎 class 各クラスの定義は、 class キーワードで始まり、クラス名が続きます。 そしてその後に波括弧のペアが続き、 その中にはクラスのプロパティとメソッドの定義を記述します。 クラス名には、PHP の 予約語 以外でラベル ...
https://man.plustar.jp/php/language.oop5.basic.html - [similar]
制御構造 0
« 型演算子 はじめに » PHP Manual 言語リファレンス 制御構造 制御構造 目次 はじめに if else elseif/else if 制御構造に関する別の構文 while do-while for foreach break continue switch match declare return require include require_once include_once goto 関連キーワード: else , while , include , ...
https://man.plustar.jp/php/language.control-structures.html - [similar]
オブジェクトの比較 0
« オブジェクトのクローン作成 遅延静的束縛 (Late Static Bindings) » PHP Manual クラスとオブジェクト オブジェクトの比較 オブジェクトの比較 比較演算子( == )を使用する際、 オブジェクト変数は、単純に比較されます。つまり、 二つのオブジェクトのインスタンスは、 同じ属性と値 (値の比較は == による ...
https://man.plustar.jp/php/language.oop5.object-comparison.html - [similar]
COM関数 0
« com_exception com_create_guid » PHP Manual COM COM関数 COM関数 参考 COM についてのより詳細な情報は » COM 仕様 を読みましょう。 PHP と COM の FAQ からも情報が得られるでしょう。 MS Office アプリケーションをサーバーサイドで使用しようと考えておられるなら、 » Considerations for Server-Side ...
https://man.plustar.jp/php/ref.com.html - [similar]
ディレクトリハンドルからエントリを読み込む 0
« opendir rewinddir » PHP Manual ディレクトリ 関数 ディレクトリハンドルからエントリを読み込む readdir (PHP 4, PHP 5, PHP 7, PHP 8) readdir — ディレクトリハンドルからエントリを読み込む 説明 readdir ( ? resource $dir_handle = null ): string | false ディレクトリから次のエントリの名前を返しま ...
https://man.plustar.jp/php/function.readdir.html - [similar]
オブジェクト インターフェイス 0
« クラスの抽象化 トレイト » PHP Manual クラスとオブジェクト オブジェクト インターフェイス オブジェクト インターフェイス オブジェクト インターフェイスを使うと、 メソッドの実装を定義せずに、 クラスが実装する必要があるメソッドを指定するコードを作成できます。 インターフェイス は クラス や ト ...
https://man.plustar.jp/php/language.oop5.interfaces.html - [similar]
COM および .Net (Windows) 0
« Windows 用のモジュール はじめに » PHP Manual Windows 用のモジュール COM および .Net (Windows) COM および .Net (Windows) はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 エラーおよびエラー処理 例 For Each 配列と配列形式の COM プロパティ com — com クラス ...
https://man.plustar.jp/php/book.com.html - [similar]
ひとつまたは複数の配列をマージする 0
« array_merge_recursive array_multisort » PHP Manual 配列 関数 ひとつまたは複数の配列をマージする array_merge (PHP 4, PHP 5, PHP 7, PHP 8) array_merge — ひとつまたは複数の配列をマージする 説明 array_merge ( array ...$arrays ): array 前の配列の後ろに配列を追加することにより、 ひとつまたは ...
https://man.plustar.jp/php/function.array-merge.html - [similar]
はじめに 0
« Math インストール/設定 » PHP Manual Math はじめに はじめに これらの数学関数は、実行するコンピューターの int 型および float 型の範囲で のみ値を処理します。 (これは、現在、それぞれ、C言語のlongおよびdoubleに対応します。) より大きな数を処理する必要がある場合には、 任意精度数学関数 の使用を ...
https://man.plustar.jp/php/intro.math.html - [similar]
新機能 0
« PHP 7.3.x から PHP 7.4.x への移行 新しいクラスとインターフェイス » PHP Manual PHP 7.3.x から PHP 7.4.x への移行 新機能 新機能 PHP コア 型付きプロパティ クラスのプロパティは、新たに型宣言をサポートするようになりました <?php class User { public int $id ; public string $name ; } ?> 上の例 ...
https://man.plustar.jp/php/migration74.new-features.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT