Results of 51 - 60 of about 125 for NAMESPACE (0.004 sec.)
- DOMDocument クラス 5835
- « DOMComment::__construct DOMDocument::__construct » PHP Manual DOM DOMDocument クラス DOMDocume
...
ument $ ownerDocument ; public readonly ? string $ namespaceURI ; public string $ prefix ; public readonly ? st ...
MAttr | false public createAttributeNS ( ? string $namespace , string $qualifiedName ): DOMAttr | false public ...
Element | false public createElementNS ( ? string $namespace , string $qualifiedName , string $value = "" ): DO ...
NodeList public getElementsByTagNameNS ( ? string $namespace , string $localName ): DOMNodeList public importNo ...
-
https://man.plustar.jp/php/class.domdocument.html
- [similar]
- パラメータの配列を指定してコールバック関数をコールする 5835
- « 関数処理 関数 call_user_func » PHP Manual 関数処理 関数 パラメータの配列を指定してコールバック
...
call_user_func_array() での名前空間の使用法 <?php namespace Foobar ; class Foo { static public function test ( ...
ello { $name } !\n" ; } } call_user_func_array ( __NAMESPACE__ . '\Foo::test' , array( 'Hannes' )); call_user_f ...
unc_array (array( __NAMESPACE__ . '\Foo' , 'test' ), array( 'Philip' )); ?> 上の ...
-
https://man.plustar.jp/php/function.call-user-func-array.html
- [similar]
- XML 文字列をオブジェクトに代入する 5835
- « simplexml_load_file WDDX » PHP Manual SimpleXML 関数 XML 文字列をオブジェクトに代入する simple
...
mpleXMLElement::class , int $options = 0 , string $namespace_or_prefix = "" , bool $is_prefix = false ): Simple ...
を指定するために options を使用することもできます。 namespace_or_prefix 名前空間プレフィックスあるいは URI。 is_ ...
prefix namespace_or_prefix がプレフィックスである場合に true 、 URI ...
-
https://man.plustar.jp/php/function.simplexml-load-string.html
- [similar]
- 最初の引数で指定したコールバック関数をコールする 5786
- « call_user_func_array create_function » PHP Manual 関数処理 関数 最初の引数で指定したコールバッ
...
した。 例3 名前空間を使用した call_user_func() <?php namespace Foobar ; class Foo { static public function test ( ...
{ print "Hello world!\n" ; } } call_user_func ( __NAMESPACE__ . '\Foo::test' ); call_user_func (array( __NAMES ...
-
https://man.plustar.jp/php/function.call-user-func.html
- [similar]
- XMLファイルをパースし、オブジェクトに代入する 5786
- « simplexml_import_dom simplexml_load_string » PHP Manual SimpleXML 関数 XMLファイルをパースし、
...
mpleXMLElement::class , int $options = 0 , string $namespace_or_prefix = "" , bool $is_prefix = false ): Simple ...
を指定するために options を使用することもできます。 namespace_or_prefix 名前空間プレフィックスあるいは URI。 is_ ...
prefix namespace_or_prefix がプレフィックスである場合に true 、 URI ...
-
https://man.plustar.jp/php/function.simplexml-load-file.html
- [similar]
- 実行時設定 5786
- « インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定
...
nixsock_buffer_size 8388608 PHP_INI_ALL swoole.use_namespace On PHP_INI_SYSTEM swoole.enable_coroutine On PHP_I ...
er_size int Buffer size of Unix socket. swoole.use_namespace string Whether to use PHP namespaces swoole.enable ...
-
https://man.plustar.jp/php/swoole.configuration.html
- [similar]
- DOMEntityReference クラス 5737
- « DOMEntity DOMEntityReference::__construct » PHP Manual DOM DOMEntityReference クラス DOMEntity
...
ument $ ownerDocument ; public readonly ? string $ namespaceURI ; public string $ prefix ; public readonly ? st ...
= null ): DOMNode | false public DOMNode::isDefaultNamespace ( string $namespace ): bool public DOMNode::isSame ...
re , string $version ): bool public DOMNode::lookupNamespaceUri ( string $prefix ): string public DOMNode::look ...
upPrefix ( string $namespace ): ? string public DOMNode::normalize (): void pub ...
-
https://man.plustar.jp/php/class.domentityreference.html
- [similar]
- DOMNotation クラス 5737
- « DOMNodelist::item DOMParentNode » PHP Manual DOM DOMNotation クラス DOMNotation クラス (PHP 5,
...
ument $ ownerDocument ; public readonly ? string $ namespaceURI ; public string $ prefix ; public readonly ? st ...
= null ): DOMNode | false public DOMNode::isDefaultNamespace ( string $namespace ): bool public DOMNode::isSame ...
re , string $version ): bool public DOMNode::lookupNamespaceUri ( string $prefix ): string public DOMNode::look ...
upPrefix ( string $namespace ): ? string public DOMNode::normalize (): void pub ...
-
https://man.plustar.jp/php/class.domnotation.html
- [similar]
- 関連付けられた名前空間に新しい要素を作成する 5737
- « DOMDocument::createElement DOMDocument::createEntityReference » PHP Manual DOMDocument 関連付け
...
説明 public DOMDocument::createElementNS ( ? string $namespace , string $qualifiedName , string $value = "" ): DO ...
い限り、ドキュメント内にあらわれません。 パラメータ namespace 名前空間の URI。 qualifiedName 要素名を、 prefix:t ...
ame が無効な文字を含んでいる場合に発生します。 DOM_NAMESPACE_ERR qualifiedName が無効な名前である場合に発生しま ...
m ); echo $doc -> saveXML (), "\n" ; echo $item -> namespaceURI , "\n" ; // 出力: http://base.google.com/ns/1.0 ...
-
https://man.plustar.jp/php/domdocument.createelementns.html
- [similar]
- DOMProcessingInstruction クラス 5688
- « DOMParentNode::prepend DOMProcessingInstruction::__construct » PHP Manual DOM DOMProcessingIns
...
ument $ ownerDocument ; public readonly ? string $ namespaceURI ; public string $ prefix ; public readonly ? st ...
= null ): DOMNode | false public DOMNode::isDefaultNamespace ( string $namespace ): bool public DOMNode::isSame ...
re , string $version ): bool public DOMNode::lookupNamespaceUri ( string $prefix ): string public DOMNode::look ...
upPrefix ( string $namespace ): ? string public DOMNode::normalize (): void pub ...
-
https://man.plustar.jp/php/class.domprocessinginstruction.html
- [similar]