検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 121 for Dom (0.003 sec.)
子要素群の最後に新しい子要素を追加する 6133
« DOMNode DOMNode::C14N » PHP Manual DOMNode 子要素群の最後に新しい子要素を追加する DOMNode::app ... endChild (PHP 5, PHP 7, PHP 8) DOMNode::appendChild — 子要素群の最後に新しい子要素を追 ... 加する 説明 public DOMNode::appendChild ( DOMNode $node ): DOMNode | fals ... いは新しい子要素リストを作成します。子要素の作成には DOMDocument::createElement() 、 DOMDocument::createTex ... 素。 戻り値 追加したノードを返します。 エラー / 例外 DOM_NO_MODIFICATION_ALLOWED_ERR ノードが読み込み専用で ...
https://man.plustar.jp/php/domnode.appendchild.html - [similar]
属性を削除する 6084
« DOMElement::removeAttribute DOMElement::removeAttributeNS » PHP Manual DOMElement 属性を削除す ...DOMElement::removeAttributeNode (PHP 5, PHP 7, PHP 8) ... ::removeAttributeNode — 属性を削除する 説明 public DOMElement::removeAttributeNode ( DOMAttr $attr ): DOM ... を、失敗した場合に false を返します。 エラー / 例外 DOM_NO_MODIFICATION_ALLOWED_ERR ノードが読み込み専用の ... 場合に発生します。 DOM_NOT_FOUND_ERROR attr が要素の属性でない場合に発生し ...
https://man.plustar.jp/php/domelement.removeattributenode.html - [similar]
DOMException クラス 6047
« DOMEntityReference::__construct DOMImplementation » PHP Manual DOM DOMException クラス DOMExce ... 、すなわち論理的に不可能な操作を行った際などの場合に DOM 操作は例外を発生させます。 例外(exceptions) も参照 ... ください。 クラス概要 final class DOMException extends Exception { /* プロパティ */ publ ... 型を示す整数値 関連キーワード: Exception , public , DOMException , クラス , final , string , int , private ...
https://man.plustar.jp/php/class.domexception.html - [similar]
DOMImplementation クラス 6047
« DOMException DOMImplementation::__construct » PHP Manual DOM DOMImplementation クラス DOMImple ... mentation クラス (PHP 5, PHP 7, PHP 8) はじめに DOMImplementation クラスは、 個々のドキュメントオブジェ ... 行うためのメソッド群を提供します。 クラス概要 class DOMImplementation { /* メソッド */ public createDocume ... $namespace = null , string $qualifiedName = "" , ? DOMDocumentType $doctype = null ): DOMDocument | false ... , string $publicId = "" , string $systemId = "" ): DOMDocumentType | false public hasFeature ( string $fe ...
https://man.plustar.jp/php/class.domimplementation.html - [similar]
新しい DOMDocument オブジェクトを作成する 6047
« DOMDocument DOMDocument::createAttribute » PHP Manual DOMDocument 新しい DOMDocument オブジェク ... トを作成する DOMDocument::__construct (PHP 5, PHP 7, PHP 8) DOMDocu ... ment::__construct — 新しい DOMDocument オブジェクトを作成する 説明 public DOMDocu ... $version = "1.0" , string $encoding = "" ) 新しい DOMDocument オブジェクトを作成します。 パラメータ vers ... ある、ドキュメントのエンコーディング。 例 例1 新しい DOMDocument を作成する <?php $dom = new DOMDocument ( ...
https://man.plustar.jp/php/domdocument.construct.html - [similar]
ID 型の属性を名前で宣言する 6047
« DOMElement::setAttributeNS DOMElement::setIdAttributeNode » PHP Manual DOMElement ID 型の属性を ... 名前で宣言する DOMElement::setIdAttribute (PHP 5, PHP 7, PHP 8) DOMEl ... ttribute — ID 型の属性を名前で宣言する 説明 public DOMElement::setIdAttribute ( string $qualifiedName , b ... を設定します。 戻り値 値を返しません。 エラー / 例外 DOM_NO_MODIFICATION_ALLOWED_ERR ノードが読み込み専用で ... ある場合に発生します。 DOM_NOT_FOUND qualifiedName がこの要素の属性でない場合 ...
https://man.plustar.jp/php/domelement.setidattribute.html - [similar]
ID 型の属性をノードで宣言する 6047
« DOMElement::setIdAttribute DOMElement::setIdAttributeNS » PHP Manual DOMElement ID 型の属性をノ ... ードで宣言する DOMElement::setIdAttributeNode (PHP 5, PHP 7, PHP 8) D ... teNode — ID 型の属性をノードで宣言する 説明 public DOMElement::setIdAttributeNode ( DOMAttr $attr , bool ... を設定します。 戻り値 値を返しません。 エラー / 例外 DOM_NO_MODIFICATION_ALLOWED_ERR ノードが読み込み専用で ... ある場合に発生します。 DOM_NOT_FOUND name がこの要素の属性でない場合に発生しま ...
https://man.plustar.jp/php/domelement.setidattributenode.html - [similar]
DOMDocument クラス 6009
« DOMComment::__construct DOMDocument::__construct » PHP Manual DOM DOMDocument クラス DOMDocume ... ュメントツリーのルートとなります。 クラス概要 class DOMDocument extends DOMNode implements DOMParentNode { ... /* プロパティ */ public readonly ? DOMDocumentType $ doctype ; public readonly DOMImpleme ... ntation $ implementation ; public readonly ? DOMElement $ documentElement ; public readonly ? strin ... blic bool $ substituteEntities ; public readonly ? DOMElement $ firstElementChild ; public readonly ? DOM ...
https://man.plustar.jp/php/class.domdocument.html - [similar]
新しい属性を追加する 6009
« DOMElement::setAttributeNodeNS DOMElement::setIdAttribute » PHP Manual DOMElement 新しい属性を ... 追加する DOMElement::setAttributeNS (PHP 5, PHP 7, PHP 8) DOMEl ... :setAttributeNS — 新しい属性を追加する 説明 public DOMElement::setAttributeNS ( ? string $namespace , str ... e 属性の値。 戻り値 値を返しません。 エラー / 例外 DOM_NO_MODIFICATION_ALLOWED_ERR ノードが読み込み専用の ... 場合に発生します。 DOM_NAMESPACE_ERR qualifiedName が不正な形式であった場 ...
https://man.plustar.jp/php/domelement.setattributens.html - [similar]
ID 型の属性をローカル名および名前空間 URI で宣言する 6009
« DOMElement::setIdAttributeNode DOMEntity » PHP Manual DOMElement ID 型の属性をローカル名および ... 名前空間 URI で宣言する DOMElement::setIdAttributeNS (PHP 5, PHP 7, PHP 8) DOM ... ローカル名および名前空間 URI で宣言する 説明 public DOMElement::setIdAttributeNS ( string $namespace , str ... を設定します。 戻り値 値を返しません。 エラー / 例外 DOM_NO_MODIFICATION_ALLOWED_ERR ノードが読み込み専用で ... ある場合に発生します。 DOM_NOT_FOUND name がこの要素の属性でない場合に発生しま ...
https://man.plustar.jp/php/domelement.setidattributens.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT