検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 163 for [SIMILAR] 16 1024 4096 WITH 20237 イヤ WITH 1280... (0.187 sec.)
クラスとオブジェクト 0
« 第一級callableを生成する記法 はじめに » PHP Manual 言語リファレンス クラスとオブジェクト クラスとオブジェクト 目次 はじめに クラスの基礎 プロパティ オブジェクト定数 クラスのオートローディング コンストラクタとデストラクタ アクセス権 オブジェクトの継承 スコープ定義演算子 (::) static キー ...
https://man.plustar.jp/php/language.oop5.html - [similar]
Establish the environment for connecting to CUBRID server 0
« cubrid_commit cubrid_connect » PHP Manual CUBRID 関数 Establish the environment for connecting to CUBRID server cubrid_connect_with_url (PECL CUBRID >= 8.3.1) cubrid_connect_with_url — Establish the environment for connecting to CUBRID server 説明 cubrid_connect_with_url ( string $conn ...
https://man.plustar.jp/php/function.cubrid-connect-with-url.html - [similar]
Open a persistent connection to CUBRID server 0
« cubrid_num_rows cubrid_pconnect » PHP Manual CUBRID 関数 Open a persistent connection to CUBRID server cubrid_pconnect_with_url (PECL CUBRID >= 8.3.1) cubrid_pconnect_with_url — Open a persistent connection to CUBRID server 説明 cubrid_pconnect_with_url ( string $conn_url , string $use ...
https://man.plustar.jp/php/function.cubrid-pconnect-with-url.html - [similar]
実行時にクラスを継承させる 0
« uopz_delete uopz_flags » PHP Manual Uopz 関数 実行時にクラスを継承させる uopz_extend (PECL uopz 1, PECL uopz 2, PECL uopz 5, PECL uopz 6, PECL uopz 7 < 7.1.0) uopz_extend — 実行時にクラスを継承させる 説明 uopz_extend ( string $class , string $parent ): bool class に parent を継承させま ...
https://man.plustar.jp/php/function.uopz-extend.html - [similar]
言語リファレンス 0
« 設定を変更するには 基本的な構文 » PHP Manual 言語リファレンス 言語リファレンス 基本的な構文 PHP タグ HTML からの脱出 命令の分離 コメント 型 はじめに 論理型 (boolean) 整数 浮動小数点数 文字列 数値形式の文字列 配列 Iterable オブジェクト 列挙型 / Enum リソース NULL コールバック / Callable ...
https://man.plustar.jp/php/langref.html - [similar]
オブジェクト インターフェイス 0
« クラスの抽象化 トレイト » PHP Manual クラスとオブジェクト オブジェクト インターフェイス オブジェクト インターフェイス オブジェクト インターフェイスを使うと、 メソッドの実装を定義せずに、 クラスが実装する必要があるメソッドを指定するコードを作成できます。 インターフェイス は クラス や ト ...
https://man.plustar.jp/php/language.oop5.interfaces.html - [similar]
SPL 関数 0
« UnexpectedValueException class_implements » PHP Manual SPL SPL 関数 SPL 関数 目次 class_implements — 与えられたクラスあるいはインターフェイスが実装しているインターフェイスを返す class_parents — 与えられたクラスの親クラスを返す class_uses — 指定したクラスが使っているトレイトを返す itera ...
https://man.plustar.jp/php/ref.spl.html - [similar]
組み込みの型であるかを調べる 0
« ReflectionNamedType::getName ReflectionObject » PHP Manual ReflectionNamedType 組み込みの型であるかを調べる ReflectionNamedType::isBuiltin (PHP 7, PHP 8) ReflectionNamedType::isBuiltin — 組み込みの型であるかを調べる 説明 public ReflectionNamedType::isBuiltin (): bool PHP に元々組み込ま ...
https://man.plustar.jp/php/reflectionnamedtype.isbuiltin.html - [similar]
キーワードのリスト 0
« 予約語の一覧 定義済のクラス » PHP Manual 予約語の一覧 キーワードのリスト キーワードのリスト これらのキーワードは、PHP では特別な意味があります。これらのいくつかは 関数やメソッドのようなものを表し、いくつかは定数のようなものを表す、 といったようになっていますが、実際にはそうではありませ ...
https://man.plustar.jp/php/reserved.keywords.html - [similar]
定数式における列挙型の値 0
« トレイト オブジェクトとの違い » PHP Manual 列挙型(Enum) 定数式における列挙型の値 定数式における列挙型の値 列挙型の case は、定数として表現されているので、 ほとんどの定数式の中で静的な値として使えます。 つまり、プロパティのデフォルト値や、 static 変数のデフォルト値、引数のデフォルト値、 ...
https://man.plustar.jp/php/language.enumerations.expressions.html - [similar]