検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 36 for ns (0.012 sec.)
ドキュメントで宣言されている名前空間を返す 11078
« SimpleXMLElement::count SimpleXMLElement::getName » PHP Manual SimpleXMLElement ドキュメントで ... <?xml version="1.0" standalone="yes"?> <people xmlns:p="http://example.org/ns"> <p:person id="1">John D ... array(1) { ["p"]=> string(21) "http://example.org/ns" } 例2 複数の名前空間での動作 <?php $xml = <<<XML ... <?xml version="1.0" standalone="yes"?> <people xmlns:p="http://example.org/ns" xmlns:t="http://example. ... :person> <p:person t:id="2" a:addr="123 Street" xmlns:a="http://example.org/addr"> Susie Q. Public </p:p ...
https://man.plustar.jp/php/simplexmlelement.getdocnamespaces.html - [similar]
次の XPath クエリ用の prefix/ns コンテキストを作成する 11078
« SimpleXMLElement::getNamespaces SimpleXMLElement::saveXML » PHP Manual SimpleXMLElement 次の X ... Path クエリ用の prefix/ns コンテキストを作成する SimpleXMLElement::registerX ... isterXPathNamespace — 次の XPath クエリ用の prefix/ns コンテキストを作成する 説明 public SimpleXMLElemen ... ng $namespace ): bool 次の XPath クエリ用の prefix/ns コンテキストを作成します。特にこれが有用なのは、 X ... ードを書き換える必要はありません。 パラメータ prefix ns で指定した名前空間への XPath クエリで使用する、 名 ...
https://man.plustar.jp/php/simplexmlelement.registerxpathnamespace.html - [similar]
名前空間をサポートした XML パーサを生成する 10872
« xml_parse xml_parser_create » PHP Manual XML パーサ 関数 名前空間をサポートした XML パーサを生 ... 成する xml_parser_create_ns (PHP 4 >= 4.0.5, PHP 5, PHP 7, PHP 8) xml_parser_c ... reate_ns — 名前空間をサポートした XML パーサを生成する 説明 ... xml_parser_create_ns ( ? string $encoding = null , string $separator = ... ":" ): XMLParser xml_parser_create_ns() は XML 名前空間をサポートした 新しい XML パーサを ...
https://man.plustar.jp/php/function.xml-parser-create-ns.html - [similar]
ドキュメントで使用している名前空間を返す 9937
« SimpleXMLElement::getName SimpleXMLElement::registerXPathNamespace » PHP Manual SimpleXMLEleme ... <?xml version="1.0" standalone="yes"?> <people xmlns:p="http://example.org/ns" xmlns:t="http://example. ... array(1) { ["p"]=> string(21) "http://example.org/ns" } 参考 SimpleXMLElement::getDocNamespaces() - ドキ ... terXPathNamespace() - 次の XPath クエリ用の prefix/ns コンテキストを作成する 関連キーワード: SimpleXMLEl ... ード , registerXPathNamespace , recursive , array , ns , 出力 ...
https://man.plustar.jp/php/simplexmlelement.getnamespaces.html - [similar]
名前空間つきの属性を開始する 9937
« XMLWriter::startAttribute XMLWriter::startCdata » PHP Manual XMLWriter 名前空間つきの属性を開始 ... する XMLWriter::startAttributeNs xmlwriter_start_attribute_ns (PHP 5 >= 5.1.2, PHP ... PECL xmlwriter >= 0.1.0) XMLWriter::startAttributeNs -- xmlwriter_start_attribute_ns — 名前空間つきの属 ... オブジェクト指向型 public XMLWriter::startAttributeNs ( ? string $prefix , string $name , ? string $name ... space ): bool 手続き型 xmlwriter_start_attribute_ns ( XMLWriter $writer , ? string $prefix , string $n ...
https://man.plustar.jp/php/xmlwriter.startattributens.html - [similar]
名前空間つき要素の開始タグを作成する 9937
« XMLWriter::startElement XMLWriter::startPi » PHP Manual XMLWriter 名前空間つき要素の開始タグを ... 作成する XMLWriter::startElementNs xmlwriter_start_element_ns (PHP 5 >= 5.1.2, PHP 7, ... 8, PECL xmlwriter >= 0.1.0) XMLWriter::startElementNs -- xmlwriter_start_element_ns — 名前空間つき要素の ... 明 オブジェクト指向型 public XMLWriter::startElementNs ( ? string $prefix , string $name , ? string $name ... space ): bool 手続き型 xmlwriter_start_element_ns ( XMLWriter $writer , ? string $prefix , string $n ...
https://man.plustar.jp/php/xmlwriter.startelementns.html - [similar]
SoapVar クラス 9842
« SoapParam::__construct SoapVar::__construct » PHP Manual SOAP SoapVar クラス SoapVar クラス (P ... string $ enc_stype = null ; public ? string $ enc_ns = null ; public ? string $ enc_name = null ; publi ... c ? string $ enc_namens = null ; /* メソッド */ public __construct ( mixed ... deNamespace = null ) } プロパティ enc_name enc_namens enc_ns enc_type enc_stype enc_value 目次 SoapVar:: ... __construct — SoapVar コンストラクタ 関連キーワード: enc ...
https://man.plustar.jp/php/class.soapvar.html - [similar]
名前空間つき属性全体を書き込む 9842
« XMLWriter::writeAttribute XMLWriter::writeCdata » PHP Manual XMLWriter 名前空間つき属性全体を書 ... き込む XMLWriter::writeAttributeNs xmlwriter_write_attribute_ns (PHP 5 >= 5.1.2, PHP ... PECL xmlwriter >= 0.1.0) XMLWriter::writeAttributeNs -- xmlwriter_write_attribute_ns — 名前空間つき属性 ... オブジェクト指向型 public XMLWriter::writeAttributeNs ( ? string $prefix , string $name , ? string $name ... $value ): bool 手続き型 xmlwriter_write_attribute_ns ( XMLWriter $writer , ? string $prefix , string $n ...
https://man.plustar.jp/php/xmlwriter.writeattributens.html - [similar]
名前空間つき要素タグ全体を書き込む 9842
« XMLWriter::writeElement XMLWriter::writePi » PHP Manual XMLWriter 名前空間つき要素タグ全体を書 ... き込む XMLWriter::writeElementNs xmlwriter_write_element_ns (PHP 5 >= 5.1.2, PHP 7, ... 8, PECL xmlwriter >= 0.1.0) XMLWriter::writeElementNs -- xmlwriter_write_element_ns — 名前空間つき要素タ ... 明 オブジェクト指向型 public XMLWriter::writeElementNs ( ? string $prefix , string $name , ? string $name ... nt = null ): bool 手続き型 xmlwriter_write_element_ns ( XMLWriter $writer , ? string $prefix , string $n ...
https://man.plustar.jp/php/xmlwriter.writeelementns.html - [similar]
関連付けられた名前空間に新しい要素を作成する 9525
« DOMDocument::createElement DOMDocument::createEntityReference » PHP Manual DOMDocument 関連付け ... 空間に新しい要素を作成する DOMDocument::createElementNS (PHP 5, PHP 7, PHP 8) DOMDocument::createElementNS ... 要素を作成する 説明 public DOMDocument::createElementNS ( ? string $namespace , string $qualifiedName , st ... '1.0' , 'utf-8' ); $element = $dom -> createElementNS ( 'http://www.example.com/XFoo' , 'xfoo:test' , 'T ... ersion="1.0" encoding="iso-8859-1"?> <xfoo:test xmlns:xfoo="http://www.example.com/XFoo">This is the roo ...
https://man.plustar.jp/php/domdocument.createelementns.html - [similar]
PREV 1 2 3 4 NEXT