検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 125 for NAMESPACE (0.011 sec.)
名前空間開始ハンドラを設定する 6745
« xml_set_processing_instruction_handler xml_set_unparsed_entity_decl_handler » PHP Manual XML パ ... 関数 名前空間開始ハンドラを設定する xml_set_start_namespace_decl_handler (PHP 4 >= 4.0.5, PHP 5, PHP 7, PHP 8) ... xml_set_start_namespace_decl_handler — 名前空間開始ハンドラを設定する 説明 ... xml_set_start_namespace_decl_handler ( XMLParser $parser , callable $handl ... は、リソースが期待されていました。 参考 xml_set_end_namespace_decl_handler() - 名前空間終了ハンドラを設定する 関 ...
https://man.plustar.jp/php/function.xml-set-start-namespace-decl-handler.html - [similar]
SimpleXMLIterator クラス 6695
« SimpleXMLElement::xpath SimpleXMLIterator::current » PHP Manual SimpleXML SimpleXMLIterator ク ... string $qualifiedName , string $value , ? string $namespace = null ): void public SimpleXMLElement::addChild ( ... qualifiedName , ? string $value = null , ? string $namespace = null ): ? SimpleXMLElement public SimpleXMLEleme ... ol public SimpleXMLElement::attributes ( ? string $namespaceOrPrefix = null , bool $isPrefix = false ): ? Simpl ... ment public SimpleXMLElement::children ( ? string $namespaceOrPrefix = null , bool $isPrefix = false ): ? Simpl ...
https://man.plustar.jp/php/class.simplexmliterator.html - [similar]
名前空間 6659
« 変更履歴 名前空間の概要 » PHP Manual 言語リファレンス 名前空間 名前空間 目次 名前空間の概要 名 ... 定義 名前空間の使用法: 基本編 名前空間と動的言語機能 namespace キーワードおよび __NAMESPACE__ 定数 名前空間の使用 ... キーワード: 概要 , 定義 , グローバル , 定数 , 変更 , NAMESPACE , 解決 , 名前 , 移行 , 関数 ...
https://man.plustar.jp/php/language.namespaces.html - [similar]
パラメータの値を設定する 6659
« XSLTProcessor::removeParameter XSLTProcessor::setProfiling » PHP Manual XSLTProcessor パラメー ... 説明 public XSLTProcessor::setParameter ( string $namespace , string $name , string $value ): bool public XSLT ... Processor::setParameter ( string $namespace , array $options ): bool XSLTProcessor を使った変換 ... ルシートに存在しない場合、無視されます。 パラメータ namespace XSLT パラメータの名前空間 URI を指定します。 name ... SLTProcessor , 設定 , 値 , setParameter , string , namespace , removeParameter , public , 変換 ...
https://man.plustar.jp/php/xsltprocessor.setparameter.html - [similar]
SimpleXMLElement クラス 6560
« XML エラーの対応 SimpleXMLElement::addAttribute » PHP Manual SimpleXML SimpleXMLElement クラス ... t $options = 0 , bool $dataIsURL = false , string $namespaceOrPrefix = "" , bool $isPrefix = false ) public add ... string $qualifiedName , string $value , ? string $namespace = null ): void public addChild ( string $qualified ... Name , ? string $value = null , ? string $namespace = null ): ? SimpleXMLElement public asXML ( ? stri ... ull ): string | bool public attributes ( ? string $namespaceOrPrefix = null , bool $isPrefix = false ): ? Simpl ...
https://man.plustar.jp/php/class.simplexmlelement.html - [similar]
名前空間 URI に基づいて、ノードの名前空間プレフィックスを取得する 6560
« DOMNode::lookupNamespaceUri DOMNode::normalize » PHP Manual DOMNode 名前空間 URI に基づいて、ノ ... 取得する 説明 public DOMNode::lookupPrefix ( string $namespace ): ? string 名前空間 URI に基づいて、ノードの名前空 ... 間プレフィックスを取得します。 パラメータ namespace 名前空間 URI。 戻り値 名前空間のプレフィックスを返 ... します。 参考 DOMNode::lookupNamespaceUri() - プレフィックスに基づいて、ノードの名前空間 ... ス , ノード , 取得 , DOMNode , lookupPrefix , lookupNamespaceUri , string , namespace , normalize , public ...
https://man.plustar.jp/php/domnode.lookupprefix.html - [similar]
名前空間の概要 6560
« 名前空間 名前空間の定義 » PHP Manual 名前空間 名前空間の概要 名前空間の概要 (PHP 5 >= 5.3.0, P ... 文の例を見てみましょう。 例1 名前空間構文の例 <?php namespace my \ name ; // "名前空間の定義" を参照ください cla ... グローバル関数/定数への // 移行" を参照ください $d = namespace\ MYCONST ; // "namespace 演算子および __NAMESPACE_ ... _ 定数" // を参照ください $d = __NAMESPACE__ . '\MYCONST' ; echo constant ( $d ); // "名前空間 ...
https://man.plustar.jp/php/language.namespaces.rationale.html - [similar]
パラメータの値を取得する 6560
« XSLTProcessor::__construct XSLTProcessor::getSecurityPrefs » PHP Manual XSLTProcessor パラメー ... 説明 public XSLTProcessor::getParameter ( string $namespace , string $name ): string | false パラメータがあらか ... で設定されている場合、 それを取得します。 パラメータ namespace XSLT パラメータの名前空間 URI を指定します。 name ... essor , 取得 , 値 , getParameter , string , 設定 , namespace , setParameter , construct ...
https://man.plustar.jp/php/xsltprocessor.getparameter.html - [similar]
名前空間の定義 6511
« 名前空間の概要 サブ名前空間の宣言 » PHP Manual 名前空間 名前空間の定義 名前空間の定義 (PHP 5 > ... て定数だけです。 名前空間を宣言するには、キーワード namespace を使用します。名前空間を含むファイルでは、他のコー ... re キーワードは例外です。 例1 名前空間の宣言 <?php namespace MyProject ; const CONNECT_OK = 1 ; class Connectio ... ペースも同様です)。 例2 名前空間の宣言 <html> <?php namespace MyProject ; // fatal error - namespace must be the ...
https://man.plustar.jp/php/language.namespaces.definition.html - [similar]
パラメータを削除する 6511
« XSLTProcessor::registerPHPFunctions XSLTProcessor::setParameter » PHP Manual XSLTProcessor パラ ... 説明 public XSLTProcessor::removeParameter ( string $namespace , string $name ): bool もしパラメータが設定されてい ... なパラメータに デフォルト値を使用します。 パラメータ namespace XSLT パラメータの名前空間 URI を指定します。 name ... XSLTProcessor , removeParameter , string , 設定 , namespace , setParameter , public , registerPHPFunctions ...
https://man.plustar.jp/php/xsltprocessor.removeparameter.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT