検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 993 for [SIMILAR] 16 1024 4096 WITH 30145 loadxml WITH 1... (0.721 sec.)
列挙型と static メソッド 0
« 列挙型とメソッド 列挙型と定数 » PHP Manual 列挙型(Enum) 列挙型と static メソッド 列挙型と static メソッド 列挙型は、static メソッドを持つこともできます。 列挙型で static メソッドを使う主な理由は、 コンストラクタの代わりをさせるためです。たとえば、以下のようなものです: <?php enum Size { ...
https://man.plustar.jp/php/language.enumerations.static-methods.html - [similar]
DOMText クラス 0
« DOMProcessingInstruction::__construct DOMText::__construct » PHP Manual DOM DOMText クラス DOMText クラス (PHP 5, PHP 7, PHP 8) はじめに DOMText クラスは DOMCharacterData を継承しており、 DOMElement あるいは DOMAttr の中身のテキストを表します。 クラス概要 class DOMText extends DOMChara ...
https://man.plustar.jp/php/class.domtext.html - [similar]
オブジェクトの継承 0
« アクセス権 スコープ定義演算子 (::) » PHP Manual クラスとオブジェクト オブジェクトの継承 オブジェクトの継承 プログラミング言語の原則としてよくみられるものに継承があります。 PHP はオブジェクトモデルにおいてこの継承を利用しています。 多くのクラスとオブジェクトとの連携に継承は関係しています ...
https://man.plustar.jp/php/language.oop5.inheritance.html - [similar]
DOM ノードから SimpleXMLElement オブジェクトを取得する 0
« SimpleXML 関数 simplexml_load_file » PHP Manual SimpleXML 関数 DOM ノードから SimpleXMLElement オブジェクトを取得する simplexml_import_dom (PHP 5, PHP 7, PHP 8) simplexml_import_dom — DOM ノードから SimpleXMLElement オブジェクトを取得する 説明 simplexml_import_dom ( SimpleXMLElement | ...
https://man.plustar.jp/php/function.simplexml-import-dom.html - [similar]
DOMEntityReference クラス 0
« DOMEntity DOMEntityReference::__construct » PHP Manual DOM DOMEntityReference クラス DOMEntityReference クラス (PHP 5, PHP 7, PHP 8) クラス概要 class DOMEntityReference extends DOMNode { /* 継承したプロパティ */ public readonly string $ nodeName ; public ? string $ nodeValue ; public r ...
https://man.plustar.jp/php/class.domentityreference.html - [similar]
DOMDocumentFragment クラス 0
« DOMDocument::xinclude DOMDocumentFragment::appendXML » PHP Manual DOM DOMDocumentFragment クラス DOMDocumentFragment クラス (PHP 5, PHP 7, PHP 8) クラス概要 class DOMDocumentFragment extends DOMNode implements DOMParentNode { /* プロパティ */ public readonly ? DOMElement $ firstElement ...
https://man.plustar.jp/php/class.domdocumentfragment.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]
DOMProcessingInstruction クラス 0
« DOMParentNode::prepend DOMProcessingInstruction::__construct » PHP Manual DOM DOMProcessingInstruction クラス DOMProcessingInstruction クラス (PHP 5, PHP 7, PHP 8) クラス概要 class DOMProcessingInstruction extends DOMNode { /* プロパティ */ public readonly string $ target ; public stri ...
https://man.plustar.jp/php/class.domprocessinginstruction.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]