検索

phrase: max: clip:
target: order:
Results of 251 - 260 of about 357 for fetch (0.060 sec.)
DBA 関数 3825
« 基本的な例 dba_close » PHP Manual DBA DBA 関数 DBA 関数 目次 dba_close — DBA データベースを閉じ ... dba_exists — キーが存在するかどうかを確認する dba_fetch — キーが指すデータを取得する dba_firstkey — 最初の ...
https://man.plustar.jp/php/ref.dba.html - [similar]
データベース (dbm 形式) 抽象化レイヤ 3808
« 抽象化レイヤー はじめに » PHP Manual 抽象化レイヤー データベース (dbm 形式) 抽象化レイヤ データ ... dba_exists — キーが存在するかどうかを確認する dba_fetch — キーが指すデータを取得する dba_firstkey — 最初の ...
https://man.plustar.jp/php/book.dba.html - [similar]
保存した数値を減らす 3808
« apcu_clear_cache apcu_delete » PHP Manual APCu 関数 保存した数値を減らす apcu_dec (PECL apcu > ... PHP_EOL ; apcu_store ( 'anumber' , 42 ); echo apcu_fetch ( 'anumber' ), PHP_EOL ; echo apcu_dec ( 'anumber' ...
https://man.plustar.jp/php/function.apcu-dec.html - [similar]
格納されている変数をキャッシュから取り除く 3808
« apcu_dec apcu_enabled » PHP Manual APCu 関数 格納されている変数をキャッシュから取り除く apcu_d ... cu_store() - 変数をデータ領域にキャッシュする apcu_fetch() - 格納されている変数をキャッシュから取得する apc ...
https://man.plustar.jp/php/function.apcu-delete.html - [similar]
キャッシュのキーに関する詳細な情報を取得する 3808
« apcu_inc apcu_sma_info » PHP Manual APCu 関数 キャッシュのキーに関する詳細な情報を取得する apc ... cu_store() - 変数をデータ領域にキャッシュする apcu_fetch() - 格納されている変数をキャッシュから取得する apc ...
https://man.plustar.jp/php/function.apcu-key-info.html - [similar]
Return the numerical value of the error message from previous CUBRID operation 3808
« cubrid_db_name cubrid_error » PHP Manual CUBRID MySQL 互換関数 Return the numerical value of t ... if ( $req ) { while (list ( $id , $name ) = cubrid_fetch ( $req )) echo $id , $name ; } else { echo "Error ...
https://man.plustar.jp/php/function.cubrid-errno.html - [similar]
Return a string with the flags of the given field offset 3808
« cubrid_fetch_row cubrid_field_len » PHP Manual CUBRID MySQL 互換関数 Return a string with the ...
https://man.plustar.jp/php/function.cubrid-field-flags.html - [similar]
Read data from a GLO instance and save it in a file 3808
« CUBRID 廃止されたエイリアスと関数 cubrid_new_glo » PHP Manual CUBRID 廃止されたエイリアスと関数 ... here id=1" ); if ( $req ) { list ( $oid ) = cubrid_fetch ( $req ); cubrid_close_request ( $req ); $res = cu ...
https://man.plustar.jp/php/function.cubrid-load-from-glo.html - [similar]
Import BLOB/CLOB data from a file 3808
« cubrid_lob2_export cubrid_lob2_new » PHP Manual CUBRID 関数 Import BLOB/CLOB data from a file ... e this function, you must use cubrid_lob2_new() or fetch a lob object from CUBRID database first. If the fi ...
https://man.plustar.jp/php/function.cubrid-lob2-import.html - [similar]
Save requested file in a GLO instance 3808
« cubrid_new_glo cubrid_send_glo » PHP Manual CUBRID 廃止されたエイリアスと関数 Save requested f ... here id=1" ); if ( $req ) { list ( $oid ) = cubrid_fetch ( $req ); cubrid_close_request ( $req ); $res = cu ...
https://man.plustar.jp/php/function.cubrid-save-to-glo.html - [similar]