Results of 71 - 80 of about 125 for NAMESPACE (0.010 sec.)
- アトリビュートの文法 5590
- « アトリビュートの概要 リフレクションAPI を使ってアトリビュートを読み取る » PHP Manual アトリビュ
...
るはずです。 例1 アトリビュートの文法 <?php // a.php namespace MyExample ; use Attribute ; #[Attribute] class MyA ...
= null ) { $this -> value = $value ; } } // b.php namespace Another ; use MyExample \ MyAttribute ; #[MyAttrib ...
-
https://man.plustar.jp/php/language.attributes.syntax.html
- [similar]
- 名前空間の使用法: グローバル関数/定数への移行 5590
- « グローバル空間 名前解決のルール » PHP Manual 名前空間 名前空間の使用法: グローバル関数/定数への
...
名前空間内からのグローバルクラスへのアクセス <?php namespace A \ B \ C ; class Exception extends \ Exception {} ...
名前空間内からのグローバル関数/定数への移行 <?php namespace A \ B \ C ; const E_ERROR = 45 ; function strlen ( ...
-
https://man.plustar.jp/php/language.namespaces.fallback.html
- [similar]
- XML パーサ 関数 5590
- « XML 外部エンティティの例 xml_error_string » PHP Manual XML パーサ XML パーサ 関数 XML パーサ 関
...
始要素および終了要素のハンドラを設定する xml_set_end_namespace_decl_handler — 名前空間終了ハンドラを設定する xml_ ...
— 処理命令 (PI) 用ハンドラを設定する xml_set_start_namespace_decl_handler — 名前空間開始ハンドラを設定する xml_ ...
-
https://man.plustar.jp/php/ref.xml.html
- [similar]
- XML パーサ 5553
- « XMLDiff\File::merge はじめに » PHP Manual XML 操作 XML パーサ XML パーサ はじめに インストール
...
始要素および終了要素のハンドラを設定する xml_set_end_namespace_decl_handler — 名前空間終了ハンドラを設定する xml_ ...
— 処理命令 (PI) 用ハンドラを設定する xml_set_start_namespace_decl_handler — 名前空間開始ハンドラを設定する xml_ ...
-
https://man.plustar.jp/php/book.xml.html
- [similar]
- Execute one or more write operations on this server 5553
- « MongoDB\Driver\Server::__construct MongoDB\Driver\Server::executeCommand » PHP Manual MongoDB\
...
MongoDB\Driver\Server::executeBulkWrite ( string $namespace , MongoDB\Driver\BulkWrite $bulk , array $options ...
ts as possible to optimize round trips. パラメータ namespace ( string ) 完全修飾形式の名前空間 ( "databaseName. ...
-
https://man.plustar.jp/php/mongodb-driver-server.executebulkwrite.html
- [similar]
- SimpleXML 要素に属性を追加する 5553
- « SimpleXMLElement SimpleXMLElement::addChild » PHP Manual SimpleXMLElement SimpleXML 要素に属性
...
string $qualifiedName , string $value , ? string $namespace = null ): void SimpleXML 要素に属性を追加します。 ...
ualifiedName 追加する属性の名前。 value 属性の値。 namespace 指定されている場合は、その属性が所属する名前空間。 ...
-
https://man.plustar.jp/php/simplexmlelement.addattribute.html
- [similar]
- DOMCharacterData クラス 5504
- « DOMCdataSection::__construct DOMCharacterData::appendData » PHP Manual DOM DOMCharacterData ク
...
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.domcharacterdata.html
- [similar]
- DOMText クラス 5504
- « DOMProcessingInstruction::__construct DOMText::__construct » PHP Manual DOM DOMText クラス DOM
...
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.domtext.html
- [similar]
- 指定した関数を __autoload() の実装として登録する 5504
- « spl_autoload_functions spl_autoload_unregister » PHP Manual SPL 関数 指定した関数を __autoload
...
autoload_register() でクラスをロードしない例 <?php namespace Foobar ; class Foo { static public function test ( ...
[[' . $name . ']]' ; } } spl_autoload_register ( __NAMESPACE__ . '\Foo::test' ); new InexistentClass ; ?> 上の例 ...
-
https://man.plustar.jp/php/function.spl-autoload-register.html
- [similar]
- Execute a database query 5504
- « MongoDB\Driver\Manager::executeCommand MongoDB\Driver\Manager::executeReadCommand » PHP Manual
...
lic MongoDB\Driver\Manager::executeQuery ( string $namespace , MongoDB\Driver\Query $query , array $options = a ...
he MongoDB Connection URI will be used. パラメータ namespace ( string ) 完全修飾形式の名前空間 ( "databaseName. ...
-
https://man.plustar.jp/php/mongodb-driver-manager.executequery.html
- [similar]