検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 125 for NAMESPACE (0.021 sec.)
名前空間つき要素の開始タグを作成する 7138
« XMLWriter::startElement XMLWriter::startPi » PHP Manual XMLWriter 名前空間つき要素の開始タグを ... ntNs ( ? string $prefix , string $name , ? string $namespace ): bool 手続き型 xmlwriter_start_element_ns ( XMLW ... iter , ? string $prefix , string $name , ? string $namespace ): bool 名前空間つき要素を開始します。 パラメータ ... ull の場合、名前空間は省略されます。 name 要素名。 namespace 名前空間 URI。 namespace が null の場合、名前空間の ... Writer , 開始 , タグ , 作成 , xmlwriter , string , namespace , startElementNs , ns ...
https://man.plustar.jp/php/xmlwriter.startelementns.html - [similar]
ローカル名および名前空間 URI で指定したノードを取得する 7089
« DOMNamedNodeMap::getNamedItem DOMNamedNodeMap::item » PHP Manual DOMNamedNodeMap ローカル名およ ... public DOMNamedNodeMap::getNamedItemNS ( ? string $namespace , string $localName ): ? DOMNode localName および ... amespace で指定したノードを取得します。 パラメータ namespace 取得するノードの名前空間 URI。 localName 取得するノ ... ローカル , DOMNamedNodeMap , 指定 , getNamedItemNS , namespace , localName , getNamedItem , string ...
https://man.plustar.jp/php/domnamednodemap.getnameditemns.html - [similar]
新機能 7089
« 下位互換性のない変更点 PHP 7.0.x で推奨されなくなる機能 » PHP Manual PHP 5.6.x から PHP 7.0.x ... 宣言のグループ化 複数のクラスや関数そして定数を同じ namespace からインポートする際に、 単一の use 文にまとめられ ... ました。 <?php // 以前のバージョンのコード use some \namespace\ ClassA ; use some \namespace\ ClassB ; use some \ ... namespace\ ClassC as C ; use function some \namespace\ fn_a ; use function some \namespace\ fn_b ; use f ... unction some \namespace\ fn_c ; use const some \namespace\ ConstA ; use co ...
https://man.plustar.jp/php/migration70.new-features.html - [similar]
名前空間つき属性全体を書き込む 7089
« XMLWriter::writeAttribute XMLWriter::writeCdata » PHP Manual XMLWriter 名前空間つき属性全体を書 ... teNs ( ? string $prefix , string $name , ? string $namespace , string $value ): bool 手続き型 xmlwriter_write_a ... iter , ? string $prefix , string $name , ? string $namespace , string $value ): bool 名前空間つき属性全体を書き ... ull の場合、名前空間は省略されます。 name 属性名。 namespace 名前空間 URI。 namespace が null の場合、名前空間の ... キーワード: 属性 , XMLWriter , string , xmlwriter , namespace , インスタンス , writeAttributeNs , attribute , ns ...
https://man.plustar.jp/php/xmlwriter.writeattributens.html - [similar]
名前空間つき要素タグ全体を書き込む 7089
« XMLWriter::writeElement XMLWriter::writePi » PHP Manual XMLWriter 名前空間つき要素タグ全体を書 ... ntNs ( ? string $prefix , string $name , ? string $namespace , ? string $content = null ): bool 手続き型 xmlwri ... iter , ? string $prefix , string $name , ? string $namespace , ? string $content = null ): bool 名前空間つき要素 ... ull の場合、名前空間は省略されます。 name 要素名。 namespace 名前空間 URI。 namespace が null の場合、名前空間の ... ード: 要素 , XMLWriter , タグ , string , xmlwriter , namespace , writeElementNs , ns , content , writer ...
https://man.plustar.jp/php/xmlwriter.writeelementns.html - [similar]
関連付けられた名前空間に新しい属性を作成する 7039
« DOMDocument::createAttribute DOMDocument::createCDATASection » PHP Manual DOMDocument 関連付け ... public DOMDocument::createAttributeNS ( ? string $namespace , string $qualifiedName ): DOMAttr | false この関数 ... い限り、ドキュメント内にあらわれません。 パラメータ namespace 名前空間の URI。 qualifiedName 属性のタグ名とプレフ ... ame が無効な文字を含んでいる場合に発生します。 DOM_NAMESPACE_ERR qualifiedName が不正な形式である場合、あるいは ... edName がプレフィックスを含んでいる にもかかわらず namespace が null である場合に発生します。 参考 DOMNode::app ...
https://man.plustar.jp/php/domdocument.createattributens.html - [similar]
指定した名前空間で、タグ名に対応するすべての要素を検索する 6990
« DOMDocument::getElementsByTagName DOMDocument::importNode » PHP Manual DOMDocument 指定した名前 ... ic DOMDocument::getElementsByTagNameNS ( ? string $namespace , string $localName ): DOMNodeList 指定したローカル ... るすべての要素の DOMNodeList を返します。 パラメータ namespace 条件に一致する要素の名前空間 URI。 * はすべての名前 ... ジェクトを返します。 変更履歴 バージョン 説明 8.0.3 namespace は、nullable になりました。 例 例1 すべての XInclu ... :fallback> </xi:include> <include> This is another namespace </include> </para> </chapter> EOD; $dom = new DOMD ...
https://man.plustar.jp/php/domdocument.getelementsbytagnamens.html - [similar]
ID 型の属性をローカル名および名前空間 URI で宣言する 6941
« DOMElement::setIdAttributeNode DOMEntity » PHP Manual DOMElement ID 型の属性をローカル名および ... 説明 public DOMElement::setIdAttributeNS ( string $namespace , string $qualifiedName , bool $isId ): void ID 型 ... となる属性を qualifiedName および namespace で宣言します。 パラメータ namespace 属性の名前空間 ... 性 , 宣言 , ローカル , DOMElement , qualifiedName , namespace , setIdAttributeNS , string , 発生 , isId ...
https://man.plustar.jp/php/domelement.setidattributens.html - [similar]
名前および URI をもとに、属性の値を取得する 6892
« XMLReader::getAttributeNo XMLReader::getParserProperty » PHP Manual XMLReader 名前および URI を ... XMLReader::getAttributeNs ( string $name , string $namespace ): ? string 名前および名前空間 URI をもとにして属性 ... 文字列を返します。 パラメータ name ローカルの名前。 namespace 名前空間の URI。 戻り値 属性の値を返します。指定し ... た name および namespace に属性が見つからなかったり、 現在位置が要素ではなか ... 取得 , XMLReader , 値 , getAttributeNs , string , namespace , getAttributeNo ...
https://man.plustar.jp/php/xmlreader.getattributens.html - [similar]
名前空間終了ハンドラを設定する 6745
« xml_set_element_handler xml_set_external_entity_ref_handler » PHP Manual XML パーサ 関数 名前空 ... 間終了ハンドラを設定する xml_set_end_namespace_decl_handler (PHP 4 >= 4.0.5, PHP 5, PHP 7, PHP 8) ... xml_set_end_namespace_decl_handler — 名前空間終了ハンドラを設定する 説明 ... xml_set_end_namespace_decl_handler ( XMLParser $parser , callable $handl ... 、リソースが期待されていました。 参考 xml_set_start_namespace_decl_handler() - 名前空間開始ハンドラを設定する 関 ...
https://man.plustar.jp/php/function.xml-set-end-namespace-decl-handler.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT