検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 263 for 属性 (0.013 sec.)
新しい属性ノードを要素に追加する 6650
« DOMElement::setAttribute DOMElement::setAttributeNodeNS » PHP Manual DOMElement 新しい属性ノー ... PHP 7, PHP 8) DOMElement::setAttributeNode — 新しい属性ノードを要素に追加する 説明 public DOMElement::setAt ... de ( DOMAttr $attr ): DOMAttr | null | false 新しい属性ノード attr を要素に追加します。 パラメータ attr 属性 ... ノード。 戻り値 属性が置換された場合は置換前のノード、そうでない場合は n ... 場合に発生します。 参考 DOMElement::hasAttribute() - 属性が存在するかどうかを調べる DOMElement::getAttributeN ...
https://man.plustar.jp/php/domelement.setattributenode.html - [similar]
拡張属性を取得する 6650
« xattr 関数 xattr_list » PHP Manual xattr 関数 拡張属性を取得する xattr_get (PECL xattr >= 0.9. ... 0) xattr_get — 拡張属性を取得する 説明 xattr_get ( string $filename , strin ... int $flags = 0 ): string この関数は、ファイルの拡張属性の値を取得します。 拡張属性には二種類の異なる名前空間 ... りこれを変更することができます。 パラメータ filename 属性を取得するファイル。 name 属性の名前。 flags サポート ... 操作します。 XATTR_ROOT root (信頼された) 名前空間に属性を設定します。root 権限が必要です。 戻り値 値を含む文 ...
https://man.plustar.jp/php/function.xattr-get.html - [similar]
属性ノードを返す 6630
« DOMElement::getAttributeNode DOMElement::getAttributeNS » PHP Manual DOMElement 属性ノードを返 ... 5, PHP 7, PHP 8) DOMElement::getAttributeNodeNS — 属性ノードを返す 説明 public DOMElement::getAttributeNod ... 空間 namespace における localName というローカル名の属性ノードを返します。 パラメータ namespace 名前空間 URI ... 。 localName ローカル名。 戻り値 属性ノードを返します。 XML の名前空間宣言 ( xmlns や xml ... ns:* 属性) については、 DOMAttr オブジェクトではなく、 DOMNa ...
https://man.plustar.jp/php/domelement.getattributenodens.html - [similar]
指定した名前の属性にカーソルを移動する 6591
« XMLReader::lookupNamespace XMLReader::moveToAttributeNo » PHP Manual XMLReader 指定した名前の属性 ... PHP 8) XMLReader::moveToAttribute — 指定した名前の属性にカーソルを移動する 説明 public XMLReader::moveToAt ... tribute ( string $name ): bool 指定した名前の属性にカーソルを移動します。 パラメータ name 属性の名前。 ... を返します。 参考 XMLReader::moveToElement() - 現在の属性の親要素にカーソルを移動する XMLReader::moveToAttrib ... uteNo() - 指定したインデックスの属性にカーソルを移動する XMLReader::moveToAttributeNs() ...
https://man.plustar.jp/php/xmlreader.movetoattribute.html - [similar]
整数属性を設定する 6561
« radius_put_attr radius_put_string » PHP Manual Radius 関数 整数属性を設定する radius_put_int ( ... PECL radius >= 1.1.0) radius_put_int — 整数属性を設定する 説明 radius_put_int ( resource $radius_ha ... alue , int $options = 0 , int $tag = ? ): bool 整数属性を、現在の RADIUS リクエストにアタッチします。 注意 ... ん。 パラメータ radius_handle RADIUS リソース。 type 属性の型。 value 属性の値。 options 属性のオプションのビ ... TION_TAGGED や RADIUS_OPTION_SALT があります。 tag 属性のタグ。 RADIUS_OPTION_TAGGED が設定されていない限り ...
https://man.plustar.jp/php/function.radius-put-int.html - [similar]
文字列属性を設定する 6541
« radius_put_int radius_put_vendor_addr » PHP Manual Radius 関数 文字列属性を設定する radius_put ... g (PECL radius >= 1.1.0) radius_put_string — 文字列属性を設定する 説明 radius_put_string ( resource $radius ... ue , int $options = 0 , int $tag = ? ): bool 文字列属性を、現在の RADIUS リクエストにアタッチします。 一般に ... 、文字列属性をアタッチするには radius_put_attr() のほうがより便利 ... ん。 パラメータ radius_handle RADIUS リソース。 type 属性の型。 value 属性の値。 これはヌル終端であることが期 ...
https://man.plustar.jp/php/function.radius-put-string.html - [similar]
指定したインデックスの属性にカーソルを移動する 6541
« XMLReader::moveToAttribute XMLReader::moveToAttributeNs » PHP Manual XMLReader 指定したインデッ ... クスの属性にカーソルを移動する XMLReader::moveToAttributeNo (P ... LReader::moveToAttributeNo — 指定したインデックスの属性にカーソルを移動する 説明 public XMLReader::moveToAt ... tributeNo ( int $index ): bool 指定した位置の属性にカーソルを移動します。 パラメータ index 属性の位置 ... を返します。 参考 XMLReader::moveToElement() - 現在の属性の親要素にカーソルを移動する XMLReader::moveToAttrib ...
https://man.plustar.jp/php/xmlreader.movetoattributeno.html - [similar]
最初の属性にカーソルを移動する 6522
« XMLReader::moveToElement XMLReader::moveToNextAttribute » PHP Manual XMLReader 最初の属性にカー ... 7, PHP 8) XMLReader::moveToFirstAttribute — 最初の属性にカーソルを移動する 説明 public XMLReader::moveToFi ... rstAttribute (): bool 最初の属性にカーソルを移動します。 パラメータ この関数にはパラ ... を返します。 参考 XMLReader::moveToElement() - 現在の属性の親要素にカーソルを移動する XMLReader::moveToAttrib ... ute() - 指定した名前の属性にカーソルを移動する XMLReader::moveToAttributeNo() ...
https://man.plustar.jp/php/xmlreader.movetofirstattribute.html - [similar]
属性を削除する 6472
« DOMElement::hasAttributeNS DOMElement::removeAttributeNode » PHP Manual DOMElement 属性を削除す ... PHP 5, PHP 7, PHP 8) DOMElement::removeAttribute — 属性を削除する 説明 public DOMElement::removeAttribute ( ... g $qualifiedName ): bool qualifiedName という名前の属性を要素から削除します。 パラメータ qualifiedName 属性 ... 場合に発生します。 参考 DOMElement::hasAttribute() - 属性が存在するかどうかを調べる DOMElement::getAttribute( ... ) - 属性の値を返す DOMElement::setAttribute() - 属性を新しく ...
https://man.plustar.jp/php/domelement.removeattribute.html - [similar]
検索結果エントリから属性を得る 6452
« ldap_free_result ldap_get_dn » PHP Manual LDAP 関数 検索結果エントリから属性を得る ldap_get_at ... , PHP 8) ldap_get_attributes — 検索結果エントリから属性を得る 説明 ldap_get_attributes ( LDAP\Connection $l ... AP\ResultEntry $entry ): array 検索結果エントリから属性と値を読み込みます。 ディレクトリに特定のエントリを置 ... ョンにおいては、電子メールアドレスや姓のような 特定の属性を検索するため、保持されている他のデータにどんなもの ... と思われます。 return_value["count"] = そのエントリの属性の数 return_value[0] = 最初の属性 return_value[n] = ...
https://man.plustar.jp/php/function.ldap-get-attributes.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT