検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 991 for [SIMILAR] 16 1024 4096 WITH 44480 xmlrpc WITH 29... (0.509 sec.)
トレイト 0
« オブジェクト インターフェイス 無名クラス » PHP Manual クラスとオブジェクト トレイト トレイト PHP は、コードを再利用するための「トレイト」という仕組みを実装しています。 トレイトは、PHP のような単一継承言語でコードを再利用するための仕組みのひとつです。 トレイトは、単一継承の制約を減らすた ...
https://man.plustar.jp/php/language.oop5.traits.html - [similar]
クラスの基礎 0
« はじめに プロパティ » PHP Manual クラスとオブジェクト クラスの基礎 クラスの基礎 class 各クラスの定義は、 class キーワードで始まり、クラス名が続きます。 そしてその後に波括弧のペアが続き、 その中にはクラスのプロパティとメソッドの定義を記述します。 クラス名には、PHP の 予約語 以外でラベル ...
https://man.plustar.jp/php/language.oop5.basic.html - [similar]
列挙型と static メソッド 0
« 列挙型とメソッド 列挙型と定数 » PHP Manual 列挙型(Enum) 列挙型と static メソッド 列挙型と static メソッド 列挙型は、static メソッドを持つこともできます。 列挙型で static メソッドを使う主な理由は、 コンストラクタの代わりをさせるためです。たとえば、以下のようなものです: <?php enum Size { ...
https://man.plustar.jp/php/language.enumerations.static-methods.html - [similar]
オブジェクトの継承 0
« アクセス権 スコープ定義演算子 (::) » PHP Manual クラスとオブジェクト オブジェクトの継承 オブジェクトの継承 プログラミング言語の原則としてよくみられるものに継承があります。 PHP はオブジェクトモデルにおいてこの継承を利用しています。 多くのクラスとオブジェクトとの連携に継承は関係しています ...
https://man.plustar.jp/php/language.oop5.inheritance.html - [similar]
クラスメソッドの ReflectionMethod を取得する 0
« ReflectionClass::getInterfaces ReflectionClass::getMethods » PHP Manual ReflectionClass クラスメソッドの ReflectionMethod を取得する ReflectionClass::getMethod (PHP 5, PHP 7, PHP 8) ReflectionClass::getMethod — クラスメソッドの ReflectionMethod を取得する 説明 public ReflectionClass::g ...
https://man.plustar.jp/php/reflectionclass.getmethod.html - [similar]
private メソッドであるかどうかを調べる 0
« ReflectionMethod::isFinal ReflectionMethod::isProtected » PHP Manual ReflectionMethod private メソッドであるかどうかを調べる ReflectionMethod::isPrivate (PHP 5, PHP 7, PHP 8) ReflectionMethod::isPrivate — private メソッドであるかどうかを調べる 説明 public ReflectionMethod::isPrivate () ...
https://man.plustar.jp/php/reflectionmethod.isprivate.html - [similar]
protected メソッドであるかどうかを調べる 0
« ReflectionMethod::isPrivate ReflectionMethod::isPublic » PHP Manual ReflectionMethod protected メソッドであるかどうかを調べる ReflectionMethod::isProtected (PHP 5, PHP 7, PHP 8) ReflectionMethod::isProtected — protected メソッドであるかどうかを調べる 説明 public ReflectionMethod::isPro ...
https://man.plustar.jp/php/reflectionmethod.isprotected.html - [similar]
XML リクエストをパースし、メソッドをコールする 0
« xmlrpc_server_add_introspection_data xmlrpc_server_create » PHP Manual XML-RPC 関数 XML リクエストをパースし、メソッドをコールする xmlrpc_server_call_method (PHP 4 >= 4.1.0, PHP 5, PHP 7) xmlrpc_server_call_method — XML リクエストをパースし、メソッドをコールする 説明 xmlrpc_server_call ...
https://man.plustar.jp/php/function.xmlrpc-server-call-method.html - [similar]
抽象メソッドであるかどうかを調べる 0
« ReflectionMethod::invokeArgs ReflectionMethod::isConstructor » PHP Manual ReflectionMethod 抽象メソッドであるかどうかを調べる ReflectionMethod::isAbstract (PHP 5, PHP 7, PHP 8) ReflectionMethod::isAbstract — 抽象メソッドであるかどうかを調べる 説明 public ReflectionMethod::isAbstract () ...
https://man.plustar.jp/php/reflectionmethod.isabstract.html - [similar]
列挙型とメソッド 0
« 値に依存した列挙型(Backed Enum) 列挙型と static メソッド » PHP Manual 列挙型(Enum) 列挙型とメソッド 列挙型とメソッド 列挙型では、(Pure Enum と Backed Enum ともに) メソッドを含めることもできますし、 インターフェイスを実装することもできます。 列挙型がインターフェイスを実装する場合、 その ...
https://man.plustar.jp/php/language.enumerations.methods.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT