Results of 91 - 100 of about 125 for NAMESPACE (0.013 sec.)
- XMLReader クラス 5307
- « リソース型 XMLReader::close » PHP Manual XMLReader XMLReader クラス XMLReader クラス (PHP 5 >=
...
localName ; public string $ name ; public string $ namespaceURI ; public int $ nodeType ; public string $ prefi ...
ing public getAttributeNs ( string $name , string $namespace ): ? string public getParserProperty ( int $proper ...
ty ): bool public isValid (): bool public lookupNamespace ( string $prefix ): ? string public moveToAttribut ...
public moveToAttributeNs ( string $name , string $namespace ): bool public moveToElement (): bool public moveT ...
-
https://man.plustar.jp/php/class.xmlreader.html
- [similar]
- グローバル空間 5307
- « 名前空間の使用法: エイリアス/インポート 名前空間の使用法: グローバル関数/定数への移行 » PHP Ma
...
ができます。 例1 グローバル空間を指定する方法 <?php namespace A \ B \ C ; /* この関数は A\B\C\fopen です */ func ...
-
https://man.plustar.jp/php/language.namespaces.global.html
- [similar]
- サブ名前空間の宣言 5307
- « 名前空間の定義 同一ファイル内での複数の名前空間の定義 » PHP Manual 名前空間 サブ名前空間の宣言
...
間を定義します。 例1 階層つきの名前空間の宣言 <?php namespace MyProject \ Sub \ Level ; const CONNECT_OK = 1 ; c ...
-
https://man.plustar.jp/php/language.namespaces.nested.html
- [similar]
- 定義済み定数 5307
- « リソース型 SOAP 関数 » PHP Manual SOAP 定義済み定数 定義済み定数 以下の定数が定義されています。
...
Y ( int ) 300 XSD_1999_TIMEINSTANT ( int ) 401 XSD_NAMESPACE ( int ) http://www.w3.org/2001/XMLSchema XSD_1999_ ...
-
https://man.plustar.jp/php/soap.constants.html
- [similar]
- アプリケーションの設定 5307
- « 例 Yaf_Application » PHP Manual Yaf アプリケーションの設定 アプリケーションの設定 設定内容を記
...
ication.directory . "/library" application.library.namespace "" application.bootstrap application.directory . " ...
。 Yaf 2.1.6 で導入されました。 application.library.namespace string カンマ区切りで表した、ローカルライブラリ名前 ...
-
https://man.plustar.jp/php/yaf.appconfig.html
- [similar]
- DOMNamedNodeMap クラス 5258
- « DOMImplementation::hasFeature DOMNamedNodeMap::count » PHP Manual DOM DOMNamedNodeMap クラス D
...
ame ): ? DOMNode public getNamedItemNS ( ? string $namespace , string $localName ): ? DOMNode public item ( int ...
-
https://man.plustar.jp/php/class.domnamednodemap.html
- [similar]
- DOMXPath クラス 5258
- « DOMText::splitText DOMXPath::__construct » PHP Manual DOM DOMXPath クラス DOMXPath クラス (PHP
...
DOMDocument $ document ; public bool $ registerNodeNamespaces ; /* メソッド */ public __construct ( DOMDocument ...
ool $registerNodeNS = true ): mixed public registerNamespace ( string $prefix , string $namespace ): bool publi ...
t = null ): void } プロパティ document registerNodeNamespaces true に設定すると、ノードの名前空間が登録されます ...
更履歴 バージョン 説明 8.0.0 プロパティ registerNodeNamespaces が追加されました。 目次 DOMXPath::__construct — 新 ...
-
https://man.plustar.jp/php/class.domxpath.html
- [similar]
- Yaf_Loader クラス 5258
- « Yaf_View_Simple::setScriptPath Yaf_Loader::autoload » PHP Manual Yaf Yaf_Loader クラス Yaf_Loa
...
、クラスのプレフィックスを Yaf_Loader::registerLocalNameSpace() で登録する必要があります。 いくつか例を示します ...
ーカル名前空間を登録しているものとします。 例2 localnamespace の登録 <?php class Bootstrap extends Yaf_Bootstrap ...
er ) { Yaf_Loader :: getInstance ()-> registerLocalNameSpace (array( "Foo" , "Bar" )); } ?> オートロードの例です ...
truct () public autoload (): void public clearLocalNamespace (): void public static getInstance (): void public ...
-
https://man.plustar.jp/php/class.yaf-loader.html
- [similar]
- 言語リファレンス 5258
- « 設定を変更するには 基本的な構文 » PHP Manual 言語リファレンス 言語リファレンス 基本的な構文 PH
...
定義 名前空間の使用法: 基本編 名前空間と動的言語機能 namespace キーワードおよび __NAMESPACE__ 定数 名前空間の使用 ...
-
https://man.plustar.jp/php/langref.html
- [similar]
- クラスの名前を取得する 5258
- « ReflectionClass::getModifiers ReflectionClass::getNamespaceName » PHP Manual ReflectionClass ク
...
ます。 例 例1 ReflectionClass::getName() の例 <?php namespace A \ B ; class Foo { } $function = new \ Reflection ...
Class ( 'stdClass' ); var_dump ( $function -> inNamespace ()); var_dump ( $function -> getName ()); var_dump ...
( $function -> getNamespaceName ()); var_dump ( $function -> getShortName ()); ...
onClass ( 'A\\B\\Foo' ); var_dump ( $function -> inNamespace ()); var_dump ( $function -> getName ()); var_dump ...
-
https://man.plustar.jp/php/reflectionclass.getname.html
- [similar]