検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 176 for res (0.012 sec.)
Extracts the tag from a tagged attribute 5538
« radius_get_tagged_attr_data radius_get_vendor_attr » PHP Manual Radius 関数 Extracts the tag f ... adius_get_tagged_attr_tag() 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-tag.html - [similar]
プレースホルダーに値をバインドする 5538
« mysql_xdevapi\CrudOperationBindable mysql_xdevapi\CrudOperationLimitable » PHP Manual mysql_xd ... _xdevapi\CrudOperationBindable::bind() の例 <?php $res = $coll -> modify ( 'name like :name' )-> arrayIns ... ' )-> bind ([ 'name' => 'ENTITY' ])-> execute (); $res = $table -> delete ()-> orderby ( 'age desc' )-> w ...
https://man.plustar.jp/php/mysql-xdevapi-crudoperationbindable.bind.html - [similar]
結果を限定する 5538
« mysql_xdevapi\CrudOperationLimitable mysql_xdevapi\CrudOperationSkippable » PHP Manual mysql_x ... devapi\CrudOperationLimitable::limit() の例 <?php $res = $coll -> find ()-> fields ([ 'name as n' , 'age ... ])-> groupBy ( 'j' )-> limit ( 11 )-> execute (); $res = $table -> update ()-> set ( 'age' , 69 )-> where ...
https://man.plustar.jp/php/mysql-xdevapi-crudoperationlimitable.limit.html - [similar]
インデックスを使用してエントリのコメントを設定する 5538
« ZipArchive::setArchiveComment ZipArchive::setCommentName » PHP Manual ZipArchive インデックスを ... のコメントを設定する <?php $zip = new ZipArchive ; $res = $zip -> open ( 'test.zip' ); if ( $res === TRUE ...
https://man.plustar.jp/php/ziparchive.setcommentindex.html - [similar]
名前を使用してエントリのコメントを設定する 5538
« ZipArchive::setCommentIndex ZipArchive::setCompressionIndex » PHP Manual ZipArchive 名前を使用 ... のコメントを設定する <?php $zip = new ZipArchive ; $res = $zip -> open ( 'test.zip' ); if ( $res === TRUE ...
https://man.plustar.jp/php/ziparchive.setcommentname.html - [similar]
ストアドプロシージャから、次の結果セットを要求する 5482
« db2_lob_read db2_num_fields » PHP Manual IBM DB2 関数 ストアドプロシージャから、次の結果セット ... を要求する db2_next_result (PECL ibm_db2 >= 1.0.0) db2_next_result — ストア ... シージャから、次の結果セットを要求する 説明 db2_next_result ( resource $stmt ): resource ストアドプロシージ ... 後でそれ以降の結果セットを処理する際には、 db2_next_result() 関数をコールして その戻り値を PHP 変数に代入し ... きますが、2 番目および 3 番目の結果セットは db2_next_result() が返すステートメントリソースから取得します。 ...
https://man.plustar.jp/php/function.db2-next-result.html - [similar]
暗号化エンジンの情報を返す 5482
« gnupg_export gnupg_geterror » PHP Manual GnuPG 関数 暗号化エンジンの情報を返す gnupg_getengine ... 号化エンジンの情報を返す 説明 gnupg_getengineinfo ( resource $identifier ): array パラメータ identifier gn ... 例 例1 手続き型 gnupg_getengineinfo() の例 <?php $res = gnupg_init (); print_r ( gnupg_getengineinfo ( $ ...
https://man.plustar.jp/php/function.gnupg-getengineinfo.html - [similar]
エラー情報を返す 5482
« gnupg_geterror gnupg_getprotocol » PHP Manual GnuPG 関数 エラー情報を返す gnupg_geterrorinfo ( ... rinfo — エラー情報を返す 説明 gnupg_geterrorinfo ( resource $identifier ): array パラメータ identifier gn ... 。 例 例1 手続き型 gnupg_geterrorinfo() の例 <?php $res = gnupg_init (); // this is called without any err ... or print_r ( gnupg_geterrorinfo ( $res )); ?> 上の例の出力は以下となります。 array(4) { [ ...
https://man.plustar.jp/php/function.gnupg-geterrorinfo.html - [similar]
指定したパターンに一致するすべてのキーについての情報を配列で返す 5482
« gnupg_init gnupg_listsignatures » PHP Manual GnuPG 関数 指定したパターンに一致するすべてのキー ... キーについての情報を配列で返す 説明 gnupg_keyinfo ( resource $identifier , string $pattern ): array パラメ ... ます。 例 例1 手続き型の gnupg_keyinfo() の例 <?php $res = gnupg_init (); $info = gnupg_keyinfo ( $res , 't ...
https://man.plustar.jp/php/function.gnupg-keyinfo.html - [similar]
Oracleとの接続を閉じる 5482
« oci_client_version oci_commit » PHP Manual OCI8 関数 Oracleとの接続を閉じる oci_close (PHP 5, ... ci_close — Oracleとの接続を閉じる 説明 oci_close ( resource $connection ): ? bool 接続 connection を閉じま ... = oci_execute ( $stid ); oci_fetch_all ( $stid , $res ); var_dump ( $res ); // 接続を閉じるときにステート ... ます oci_execute ( $stid ); oci_fetch_all ( $stid , $res ); var_dump ( $res ); oci_close ( $conn ); // $con ...
https://man.plustar.jp/php/function.oci-close.html - [similar]