検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 124 for attr (0.019 sec.)
Update the element value of sequence type column using OID 6734
« cubrid_seq_insert cubrid_set_add » PHP Manual CUBRID 関数 Update the element value of sequence ... resource $conn_identifier , string $oid , string $attr_name , int $index , string $seq_element ): bool Th ... content of the requested element in a sequent type attribute using OID. パラメータ conn_identifier Connect ... er. oid OID of the instance you want to work with. attr_name Name of the attribute that you want to update ... RSOR_FIRST ); $oid = cubrid_current_oid ( $req ); $attr = cubrid_col_get ( $conn , $oid , "c" ); var_dump ...
https://man.plustar.jp/php/function.cubrid-seq-put.html - [similar]
新しい属性ノードを要素に追加する 6636
« DOMElement::setAttribute DOMElement::setAttributeNodeNS » PHP Manual DOMElement 新しい属性ノー ... ドを要素に追加する DOMElement::setAttributeNode (PHP 5, PHP 7, PHP 8) DOMElement::setAttr ... 性ノードを要素に追加する 説明 public DOMElement::setAttributeNode ( DOMAttr $attr ): DOMAttr | null | false ... 新しい属性ノード attr を要素に追加します。 パラメータ attr 属性ノード。 ... 読み込み専用の場合に発生します。 参考 DOMElement::hasAttribute() - 属性が存在するかどうかを調べる DOMElement ...
https://man.plustar.jp/php/domelement.setattributenode.html - [similar]
新しい属性ノードを要素に追加する 6636
« DOMElement::setAttributeNode DOMElement::setAttributeNS » PHP Manual DOMElement 新しい属性ノー ... ドを要素に追加する DOMElement::setAttributeNodeNS (PHP 5, PHP 7, PHP 8) DOMElement::setAt ... 性ノードを要素に追加する 説明 public DOMElement::setAttributeNodeNS ( DOMAttr $attr ): DOMAttr | null | fal ... se 新しい属性ノード attr を要素に追加します。 パラメータ attr 属性ノード。 ... 読み込み専用の場合に発生します。 参考 DOMElement::hasAttributeNS() - 属性が存在するかどうかを調べる DOMEleme ...
https://man.plustar.jp/php/domelement.setattributenodens.html - [similar]
MQSeries MQINQ 6636
« mqseries_get mqseries_open » PHP Manual mqseries 関数 MQSeries MQINQ mqseries_inq (PECL mqseri ... , int $selectorCount , array $selectors , int $intAttrCount , resource &$intAttr , int $charAttrLength , ... resource &$charAttr , resource &$compCode , resource &$reason ): void ... t セレクタの数。 selectors 属性セレクタの配列。 intAttrLength 整数属性の数。 intAttr 整数属性の配列。 char ... AttrLength 文字属性バッファの長さ。 charAttr 文字属性。 compCode 完了コード。 reason compCode の ...
https://man.plustar.jp/php/function.mqseries-inq.html - [similar]
RADIUS Attribute Types 6636
« RADIUS Packet Types RADIUS Vendor Specific Attribute Types » PHP Manual 定義済み定数 RADIUS Attr ... tribute Types RADIUS Attribute Types These constants define RADIUS attribute ... at can be used with radius_put_addr() , radius_put_attr() , radius_put_int() and radius_put_string() . RAD ... IUS_USER_NAME ( int ) The User-Name attribute. The attribute value is expected to be a stri ... ing authenticated, and can be set using radius_put_attr() . RADIUS_USER_PASSWORD ( int ) The User-Password ...
https://man.plustar.jp/php/radius.constants.attributes.html - [similar]
ID 型の属性をノードで宣言する 6525
« DOMElement::setIdAttribute DOMElement::setIdAttributeNS » PHP Manual DOMElement ID 型の属性をノ ... ードで宣言する DOMElement::setIdAttributeNode (PHP 5, PHP 7, PHP 8) DOMElement::setIdAt ... 属性をノードで宣言する 説明 public DOMElement::setIdAttributeNode ( DOMAttr $attr , bool $isId ): void ID 型 ... となる属性 attr を宣言します。 パラメータ attr 属性ノード。 isId n ... d() - id に対応する要素を検索する DOMElement::setIdAttribute() - ID 型の属性を名前で宣言する DOMElement::s ...
https://man.plustar.jp/php/domelement.setidattributenode.html - [similar]
ステートメントリソースあるいは接続リソースからオプションの値を取得する 6500
« db2_free_stmt db2_last_insert_id » PHP Manual IBM DB2 関数 ステートメントリソースあるいは接続リ ... ピリオド (.) のみを使用するようにします。 userid SQL_ATTR_INFO_USERID - ヌル終端の文字列へのポインタで、DB2 ... するものであり、認証には用いられません。 acctstr SQL_ATTR_INFO_ACCTSTR - ヌル終端の文字列へのポインタで、DB2 ... 文字までの長さをサポートしています。 applname SQL_ATTR_INFO_APPLNAME - ヌル終端の文字列へのポインタで、DB ... 文字までの長さをサポートしています。 wrkstnname SQL_ATTR_INFO_WRKSTNNAME - ヌル終端の文字列へのポインタで、 ...
https://man.plustar.jp/php/function.db2-get-option.html - [similar]
生データを整数に変換する 6500
« radius_cvt_addr radius_cvt_string » PHP Manual Radius 関数 生データを整数に変換する radius_cvt ... us_cvt_int() の例 <?php while ( $resa = radius_get_attr ( $res )) { if (! is_array ( $resa )) { printf ( " ... エラー: %s\n" , radius_strerror ( $res )); exit; } $attr = $resa [ 'attr' ]; $data = $resa [ 'data' ]; swit ... ch ( $attr ) { case RADIUS_FRAMED_MTU : $mtu = radius_cvt_int ...
https://man.plustar.jp/php/function.radius-cvt-int.html - [similar]
生データを文字列に変換する 6500
« radius_cvt_int radius_demangle_mppe_key » PHP Manual Radius 関数 生データを文字列に変換する ra ... cvt_string() の例 <?php while ( $resa = radius_get_attr ( $res )) { if (! is_array ( $resa )) { printf ( " ... エラー: %s\n" , radius_strerror ( $res )); exit; } $attr = $resa [ 'attr' ]; $data = $resa [ 'data' ]; swit ... ch ( $attr ) { case RADIUS_FILTER_ID : $id = radius_cvt_strin ...
https://man.plustar.jp/php/function.radius-cvt-string.html - [similar]
生データを IP アドレスに変換する 6426
« radius_create_request radius_cvt_int » PHP Manual Radius 関数 生データを IP アドレスに変換する ... s_cvt_addr() の例 <?php while ( $resa = radius_get_attr ( $res )) { if (! is_array ( $resa )) { printf ( " ... エラー: %s\n" , radius_strerror ( $res )); exit; } $attr = $resa [ 'attr' ]; $data = $resa [ 'data' ]; swit ... ch ( $attr ) { case RADIUS_FRAMED_IP_ADDRESS : $ip = radius_c ...
https://man.plustar.jp/php/function.radius-cvt-addr.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT