検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 70 for [SIMILAR] 16 1024 4096 WITH 17978 hasattributes ... (0.106 sec.)
DOMDocumentType クラス 4114
« DOMDocumentFragment::__construct DOMElement » PHP Manual DOM DOMDocumentType クラス DOMDocumentType クラス (PHP 5, PHP 7, PHP 8) はじめに 各 DOMDocument は doctype 属性を保持しており、その値は null あるいは DOMDocumentType オブジェクトです。 クラス概要 class DOMDocumentType extends DOM ...
https://man.plustar.jp/php/class.domdocumenttype.html - [similar]
DOMCharacterData クラス 4114
« DOMCdataSection::__construct DOMCharacterData::appendData » PHP Manual DOM DOMCharacterData クラス DOMCharacterData クラス (PHP 5, PHP 7, PHP 8) はじめに 文字データノードを表します。このクラスに直接対応するノードはなく、 他のノードがこれを継承します。 クラス概要 class DOMCharacterData ...
https://man.plustar.jp/php/class.domcharacterdata.html - [similar]
DOMText クラス 4114
« 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]
DOMEntity クラス 4114
« DOMElement::setIdAttributeNS DOMEntityReference » PHP Manual DOM DOMEntity クラス DOMEntity クラス (PHP 5, PHP 7, PHP 8) はじめに このインターフェイスは、XML ドキュメント内の既知のエンティティを表します。 パース済みかどうかは関係ありません。 クラス概要 class DOMEntity extends DOMNode { ...
https://man.plustar.jp/php/class.domentity.html - [similar]
DOMElement クラス 4114
« DOMDocumentType DOMElement::__construct » PHP Manual DOM DOMElement クラス DOMElement クラス (PHP 5, PHP 7, PHP 8) クラス概要 class DOMElement extends DOMNode implements DOMParentNode , DOMChildNode { /* プロパティ */ public readonly string $ tagName ; public readonly mixed $ schemaTyp ...
https://man.plustar.jp/php/class.domelement.html - [similar]
DOMDocument クラス 4114
« DOMComment::__construct DOMDocument::__construct » PHP Manual DOM DOMDocument クラス DOMDocument クラス (PHP 5, PHP 7, PHP 8) はじめに HTML ドキュメントあるいは XML ドキュメント全体を表し、 ドキュメントツリーのルートとなります。 クラス概要 class DOMDocument extends DOMNode implements D ...
https://man.plustar.jp/php/class.domdocument.html - [similar]
参照しているノードの前に新しい子を追加する 4114
« DOMNode::hasChildNodes DOMNode::isDefaultNamespace » PHP Manual DOMNode 参照しているノードの前に新しい子を追加する DOMNode::insertBefore (PHP 5, PHP 7, PHP 8) DOMNode::insertBefore — 参照しているノードの前に新しい子を追加する 説明 public DOMNode::insertBefore ( DOMNode $node , ? DOMNod ...
https://man.plustar.jp/php/domnode.insertbefore.html - [similar]
ノードを複製する 4114
« DOMNode::C14NFile DOMNode::getLineNo » PHP Manual DOMNode ノードを複製する DOMNode::cloneNode (PHP 5, PHP 7, PHP 8) DOMNode::cloneNode — ノードを複製する 説明 public DOMNode::cloneNode ( bool $deep = false ): DOMNode | false ノードのコピーを作成します。 パラメータ deep 子孫要素を含めて ...
https://man.plustar.jp/php/domnode.clonenode.html - [similar]
2 つのノードが等しいかどうかを調べる 4114
« DOMNode::isDefaultNamespace DOMNode::isSupported » PHP Manual DOMNode 2 つのノードが等しいかどうかを調べる DOMNode::isSameNode (PHP 5, PHP 7, PHP 8) DOMNode::isSameNode — 2 つのノードが等しいかどうかを調べる 説明 public DOMNode::isSameNode ( DOMNode $otherNode ): bool この関数は、2 つの ...
https://man.plustar.jp/php/domnode.issamenode.html - [similar]
ノードを正規化する 4114
« DOMNode::lookupPrefix DOMNode::removeChild » PHP Manual DOMNode ノードを正規化する DOMNode::normalize (PHP 5, PHP 7, PHP 8) DOMNode::normalize — ノードを正規化する 説明 public DOMNode::normalize (): void 空のテキストノードを削除し、このノードに隣接するテキストノードとそのすべての子をマ ...
https://man.plustar.jp/php/domnode.normalize.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT