検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 209 for [SIMILAR] 16 1024 4096 WITH 59024 myproject WITH... (0.247 sec.)
ノードをファイルに正規化する 0
« DOMNode::C14N DOMNode::cloneNode » PHP Manual DOMNode ノードをファイルに正規化する DOMNode::C14NFile (PHP 5 >= 5.2.0, PHP 7, PHP 8) DOMNode::C14NFile — ノードをファイルに正規化する 説明 public DOMNode::C14NFile ( string $uri , bool $exclusive = false , bool $withComments = false , ? ar ...
https://man.plustar.jp/php/domnode.c14nfile.html - [similar]
PHP の関数を XPath 関数として登録する 0
« DOMXPath::registerNamespace DOM 関数 » PHP Manual DOMXPath PHP の関数を XPath 関数として登録する DOMXPath::registerPhpFunctions (PHP 5 >= 5.3.0, PHP 7, PHP 8) DOMXPath::registerPhpFunctions — PHP の関数を XPath 関数として登録する 説明 public DOMXPath::registerPhpFunctions ( string | ar ...
https://man.plustar.jp/php/domxpath.registerphpfunctions.html - [similar]
PHP 7.3.x で推奨されなくなる機能 0
« 下位互換性のない変更点 その他の変更 » PHP Manual PHP 7.2.x から PHP 7.3.x への移行 PHP 7.3.x で推奨されなくなる機能 PHP 7.3.x で推奨されなくなる機能 PHP コア 大文字小文字を区別しない定数 大文字小文字を区別せず、定数を宣言することは推奨されません。 define() 関数の第3引数に true を渡すと ...
https://man.plustar.jp/php/migration73.deprecated.html - [similar]
DOMAttr クラス 0
« 例 DOMAttr::__construct » PHP Manual DOM DOMAttr クラス DOMAttr クラス (PHP 5, PHP 7, PHP 8) はじめに DOMNode を継承します。 DOMAttr は、 DOMElement オブジェクトの属性を表します。 クラス概要 class DOMAttr extends DOMNode { /* プロパティ */ public readonly string $ name ; public readonl ...
https://man.plustar.jp/php/class.domattr.html - [similar]
DOMCdataSection クラス 0
« DOMAttr::isId DOMCdataSection::__construct » PHP Manual DOM DOMCdataSection クラス DOMCdataSection クラス (PHP 5, PHP 7, PHP 8) はじめに DOMCdataSection は DOMText を継承したクラスで、 CData のテキスト表現に使います。 クラス概要 class DOMCdataSection extends DOMText { /* 継承したプロパ ...
https://man.plustar.jp/php/class.domcdatasection.html - [similar]
DOMComment クラス 0
« DOMChildNode::replaceWith DOMComment::__construct » PHP Manual DOM DOMComment クラス DOMComment クラス (PHP 5, PHP 7, PHP 8) はじめに コメントノード、つまり <!-- と --> で囲まれた文字を表します。 クラス概要 class DOMComment extends DOMCharacterData { /* 継承したプロパティ */ public str ...
https://man.plustar.jp/php/class.domcomment.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]
DOMDocumentType クラス 0
« 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]
属性を終了する 0
« XMLWriter XMLWriter::endCdata » PHP Manual XMLWriter 属性を終了する XMLWriter::endAttribute xmlwriter_end_attribute (PHP 5 >= 5.1.2, PHP 7, PHP 8, PECL xmlwriter >= 0.1.0) XMLWriter::endAttribute -- xmlwriter_end_attribute — 属性を終了する 説明 オブジェクト指向型 public XMLWriter::endA ...
https://man.plustar.jp/php/xmlwriter.endattribute.html - [similar]
新しい属性を作成する 0
« DOMDocument::__construct DOMDocument::createAttributeNS » PHP Manual DOMDocument 新しい属性を作成する DOMDocument::createAttribute (PHP 5, PHP 7, PHP 8) DOMDocument::createAttribute — 新しい属性を作成する 説明 public DOMDocument::createAttribute ( string $localName ): DOMAttr | false こ ...
https://man.plustar.jp/php/domdocument.createattribute.html - [similar]