検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 125 for NAMESPACE (0.007 sec.)
属性の値を返す 7850
« DOMElement::getAttributeNodeNS DOMElement::getElementsByTagName » PHP Manual DOMElement 属性の ... 説明 public DOMElement::getAttributeNS ( ? string $namespace , string $localName ): string 現在のノードから、名 ... 前空間 namespace における localName というローカル名の属性の値を取得 ... します。 パラメータ namespace 名前空間 URI。 localName ローカル名。 戻り値 属性の ... 値、あるいは localName および namespace に対応する属性が 見つからなかった場合には空の文字列 ...
https://man.plustar.jp/php/domelement.getattributens.html - [similar]
Constructor 7715
« XMLDiff\Base XMLDiff\Base::diff » PHP Manual XMLDiff\Base Constructor XMLDiff\Base::__construc ... in the xmldiff extension. パラメータ nsname Custom namespace name for the diff document. The default namespace ... //www.locus.cz/diffmark and that's enough to avoid namespace conflicts. Use this parameter if you want to chang ... 関連キーワード: Constructor , XMLDiff , construct , namespace , xmldiff , nsname , default , some , change , wan ...
https://man.plustar.jp/php/xmldiff-base.construct.html - [similar]
名前空間 URI とローカル名から要素を取得する 7568
« DOMElement::getElementsByTagName DOMElement::hasAttribute » PHP Manual DOMElement 名前空間 URI ... lic DOMElement::getElementsByTagNameNS ( ? string $namespace , string $localName ): DOMNodeList この関数は、指定 ... した名前 localName および namespace のタグを持つ すべての子孫要素を取得します。 パラメ ... ータ namespace 名前空間 URI。 localName ローカル名。ツリー内のすべ ... た順で並べられます。 変更履歴 バージョン 説明 8.0.3 namespace は、nullable になりました。 参考 DOMElement::getEl ...
https://man.plustar.jp/php/domelement.getelementsbytagnamens.html - [similar]
SoapHeader クラス 7469
« SoapFault::__toString SoapHeader::__construct » PHP Manual SOAP SoapHeader クラス SoapHeader ク ... lass SoapHeader { /* プロパティ */ public string $ namespace ; public string $ name ; public mixed $ data = nul ... ull $ actor ; /* メソッド */ __construct ( string $namespace , string $name , mixed $data = ? , bool $mustunder ... = ? ) } プロパティ actor data mustUnderstand name namespace 目次 SoapHeader::__construct — SoapHeader コンスト ... oapHeader , クラス , string , public , construct , namespace , data , actor , mustUnderstand , SoapFault ...
https://man.plustar.jp/php/class.soapheader.html - [similar]
DOMXPath オブジェクトの名前空間を登録する 7420
« DOMXPath::query DOMXPath::registerPhpFunctions » PHP Manual DOMXPath DOMXPath オブジェクトの名 ... 前空間を登録する DOMXPath::registerNamespace (PHP 5, PHP 7, PHP 8) DOMXPath::registerNamespace ... トの名前空間を登録する 説明 public DOMXPath::registerNamespace ( string $prefix , string $namespace ): bool DOMXP ... ath オブジェクトに、 namespace および prefix を登録します。 パラメータ prefix プレ ... フィックス。 namespace 名前空間の URI。 戻り値 成功した場合に true を、失 ...
https://man.plustar.jp/php/domxpath.registernamespace.html - [similar]
XSLTProcessor クラス 7224
« libxml のエラー処理関数によるエラー処理 XSLTProcessor::__construct » PHP Manual XSL XSLTProces ... sor { /* メソッド */ public getParameter ( string $namespace , string $name ): string | false public getSecurit ... ns = null ): void public removeParameter ( string $namespace , string $name ): bool public setParameter ( strin ... g $namespace , string $name , string $value ): bool public setP ... arameter ( string $namespace , array $options ): bool public setProfiling ( ? s ...
https://man.plustar.jp/php/class.xsltprocessor.html - [similar]
属性を削除する 7224
« DOMElement::removeAttributeNode DOMElement::setAttribute » PHP Manual DOMElement 属性を削除する ... 明 public DOMElement::removeAttributeNS ( ? string $namespace , string $localName ): void 名前空間 namespace にあ ... という名前の属性を 要素から削除します。 パラメータ namespace 名前空間 URI。 localName ローカル名。 戻り値 成功し ... ード: 属性 , DOMElement , 削除 , removeAttributeNS , namespace , localName , string , ノード , setAttributeNS , g ...
https://man.plustar.jp/php/domelement.removeattributens.html - [similar]
属性が存在するかどうかを調べる 7187
« DOMElement::hasAttribute DOMElement::removeAttribute » PHP Manual DOMElement 属性が存在するかど ... 説明 public DOMElement::hasAttributeNS ( ? string $namespace , string $localName ): bool 要素のメンバとして loc ... alName という名前の属性が 名前空間 namespace に存在するかどうかを示します。 パラメータ namespac ... ワード: 属性 , DOMElement , 存在 , hasAttributeNS , namespace , localName , hasAttribute , string , 失敗 , remov ...
https://man.plustar.jp/php/domelement.hasattributens.html - [similar]
属性ノードを返す 7138
« DOMElement::getAttributeNode DOMElement::getAttributeNS » PHP Manual DOMElement 属性ノードを返 ... public DOMElement::getAttributeNodeNS ( ? string $namespace , string $localName ): DOMAttr | DOMNameSpaceNode ... | null 現在のノードの、名前空間 namespace における localName というローカル名の属性ノードを返 ... します。 パラメータ namespace 名前空間 URI。 localName ローカル名。 戻り値 属性ノ ... 属性) については、 DOMAttr オブジェクトではなく、 DOMNameSpaceNode が返されることに注意してください。 参考 DOMEle ...
https://man.plustar.jp/php/domelement.getattributenodens.html - [similar]
名前空間つきの属性を開始する 7138
« XMLWriter::startAttribute XMLWriter::startCdata » PHP Manual XMLWriter 名前空間つきの属性を開始 ... teNs ( ? string $prefix , string $name , ? string $namespace ): bool 手続き型 xmlwriter_start_attribute_ns ( XM ... iter , ? string $prefix , string $name , ? string $namespace ): bool 名前空間つきの属性を開始します。 パラメータ ... prefix 名前空間プレフィックス。 name 属性の名前。 namespace 名前空間 URI。 namespace が null の場合、名前空間の ... ード: 属性 , XMLWriter , 開始 , xmlwriter , string , namespace , startAttributeNs , attribute , ns , インスタンス ...
https://man.plustar.jp/php/xmlwriter.startattributens.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT