検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 176 for res (0.009 sec.)
プリペアドステートメントの変数をパラメータとしてバインドする 5594
« Mysql_xdevapi 関数 getSession » PHP Manual Mysql_xdevapi 関数 プリペアドステートメントの変数を ... パラメータとしてバインドする expression (No version information available, might only ... be in Git) expression — プリペアドステートメントの変数をパラメータと ... してバインドする 説明 mysql_xdevapi\expression ( string $expression ): object 警告 この関数は ... 引数のリストのみが 記述されています。 パラメータ expression 戻り値 例 例1 mysql_xdevapi\Expression() の例 ...
https://man.plustar.jp/php/function.mysql-xdevapi-expression.html - [similar]
アイテムを比較して入れ替える 5594
« Memcached::appendByKey Memcached::casByKey » PHP Manual Memcached アイテムを比較して入れ替える ... が最後の取得以降に更新されている場合、 Memcached::getResultCode() は Memcached::RES_DATA_EXISTS を返します。 ... すでに追加している場合は失敗します */ if ( $m -> getResultCode () == Memcached :: RES_NOTFOUND ) { $ips = ... ( $cas , 'ip_block' , $ips ); } } while ( $m -> getResultCode () != Memcached :: RES_SUCCESS ); ?> 参考 M ...
https://man.plustar.jp/php/memcached.cas.html - [similar]
ZIP アーカイブのコメントを設定する 5594
« ZipArchive::replaceFile ZipArchive::setCommentIndex » PHP Manual ZipArchive ZIP アーカイブのコ ... およびコメントの設定 <?php $zip = new ZipArchive ; $res = $zip -> open ( 'test.zip' , ZipArchive :: CREATE ... ); if ( $res === TRUE ) { $zip -> addFromString ( 'test.txt' , ...
https://man.plustar.jp/php/ziparchive.setarchivecomment.html - [similar]
Get OID of the current cursor location 5538
« cubrid_connect cubrid_disconnect » PHP Manual CUBRID 関数 Get OID of the current cursor locati ... current cursor location 説明 cubrid_current_oid ( resource $req_identifier ): string The cubrid_current_ ... oid of the current cursor location from the query result. To use cubrid_current_oid() , the query execut ... NCLUDE_OID ); $oid = cubrid_current_oid ( $req ); $res = cubrid_get ( $conn , $oid ); print_r ( $res ); c ...
https://man.plustar.jp/php/function.cubrid-current-oid.html - [similar]
エラー報告モードを設定する 5538
« gnupg_setarmor gnupg_setsignmode » PHP Manual GnuPG 関数 エラー報告モードを設定する gnupg_sete ... エラー報告モードを設定する 説明 gnupg_seterrormode ( resource $identifier , int $errormode ): void error_re ... 例 例1 手続き型の gnupg_seterrormode() の例 <?php $res = gnupg_init (); gnupg_seterrormode ( $res , GNUPG ... 告 , seterrormode , errormode , 形式 , identifier , resource , 関数 ...
https://man.plustar.jp/php/function.gnupg-seterrormode.html - [similar]
署名方式を設定する 5538
« gnupg_seterrormode gnupg_sign » PHP Manual GnuPG 関数 署名方式を設定する gnupg_setsignmode (PE ... mode — 署名方式を設定する 説明 gnupg_setsignmode ( resource $identifier , int $signmode ): bool 署名方式を ... 例 例1 手続き型の gnupg_setsignmode() の例 <?php $res = gnupg_init (); gnupg_setsignmode ( $res , GNUPG_ ...
https://man.plustar.jp/php/function.gnupg-setsignmode.html - [similar]
一行ぶんの結果を配列に取り込む 5538
« odbc_fetch_array odbc_fetch_object » PHP Manual ODBC 関数 一行ぶんの結果を配列に取り込む odbc_ ... 行ぶんの結果を配列に取り込む 説明 odbc_fetch_into ( resource $statement , array &$array , int $row = 0 ): ... c_fetch_into() の例 <?php $rc = odbc_fetch_into ( $res_id , $my_array ); ?> あるいは <?php $rc = odbc_fet ... ch_into ( $res_id , $my_array , 2 ); ?> 関連キーワード: 配列 , 行 ...
https://man.plustar.jp/php/function.odbc-fetch-into.html - [similar]
生データを整数に変換する 5538
« radius_cvt_addr radius_cvt_string » PHP Manual Radius 関数 生データを整数に変換する radius_cvt ... します。 例 例1 radius_cvt_int() の例 <?php while ( $resa = radius_get_attr ( $res )) { if (! is_array ( $r ... ( "属性取得時のエラー: %s\n" , radius_strerror ( $res )); exit; } $attr = $resa [ 'attr' ]; $data = $res ...
https://man.plustar.jp/php/function.radius-cvt-int.html - [similar]
生データを文字列に変換する 5538
« radius_cvt_int radius_demangle_mppe_key » PHP Manual Radius 関数 生データを文字列に変換する ra ... す。 例 例1 radius_cvt_string() の例 <?php while ( $resa = radius_get_attr ( $res )) { if (! is_array ( $r ... ( "属性取得時のエラー: %s\n" , radius_strerror ( $res )); exit; } $attr = $resa [ 'attr' ]; $data = $res ...
https://man.plustar.jp/php/function.radius-cvt-string.html - [similar]
Extracts the data from a tagged attribute 5538
« radius_get_attr radius_get_tagged_attr_tag » PHP Manual Radius 関数 Extracts the data from a t ... dius_get_tagged_attr_data() example <?php while ( $resa = radius_get_attr ( $res )) { if (! is_array ( $r ... rror getting attribute: %s\n" , radius_strerror ( $res )); exit; } $attr = $resa [ 'attr' ]; $data = $res ...
https://man.plustar.jp/php/function.radius-get-tagged-attr-data.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT