検索

phrase: max: clip:
target: order:
Results of 191 - 200 of about 357 for fetch (0.024 sec.)
複数のアイテムを要求する 3977
« Memcached::getByKey Memcached::getDelayedByKey » PHP Manual Memcached 複数のアイテムを要求する ... ます。 アイテムを使用したくなったときには Memcached::fetch() あるいは Memcached::fetchAll() をコールします。 ... array( 'int' , 'array' ), true ); var_dump ( $m -> fetchAll ()); ?> 上の例の出力は以下となります。 array(2) ... 定したサーバーに複数のアイテムを要求する Memcached::fetch() - 次の結果を取得する Memcached::fetchAll() - 残り ...
https://man.plustar.jp/php/memcached.getdelayed.html - [similar]
定義済み定数 3977
« リソース型 SSH2 関数 » PHP Manual SSH2 定義済み定数 定義済み定数 以下の定数が定義されています。 ... AM_STDIO ( int ) STDIO サブチャネルを要求する ssh2_fetch_stream() 用フラグ SSH2_STREAM_STDERR ( int ) STDER ... R サブチャネルを要求する ssh2_fetch_stream() 用フラグ SSH2_DEFAULT_TERMINAL ( string ) ...
https://man.plustar.jp/php/ssh2.constants.html - [similar]
変数をデータ領域にキャッシュする 3959
« apcu_sma_info APCUIterator » PHP Manual APCu 関数 変数をデータ領域にキャッシュする apcu_store ... AR' ; apcu_store ( 'foo' , $bar ); var_dump ( apcu_fetch ( 'foo' )); ?> 上の例の出力は以下となります。 stri ... dd() - 新規の変数をデータ領域にキャッシュする apcu_fetch() - 格納されている変数をキャッシュから取得する apc ...
https://man.plustar.jp/php/function.apcu-store.html - [similar]
Read from BLOB/CLOB data 3959
« cubrid_lob2_new cubrid_lob2_seek64 » PHP Manual CUBRID 関数 Read from BLOB/CLOB data cubrid_lo ... $conn , "select * from test_lob" ); $row = cubrid_fetch_row ( $req , CUBRID_LOB ); print "position now is ... $conn , "select * from test_lob" ); $row = cubrid_fetch_row ( $req , CUBRID_LOB ); while ( true ) { if ( $ ...
https://man.plustar.jp/php/function.cubrid-lob2-read.html - [similar]
Oracle データベースに接続する 3959
« oci_commit oci_define_by_name » PHP Manual OCI8 関数 Oracle データベースに接続する oci_connect ... ; echo "<table border='1'>\n" ; while ( $row = oci_fetch_array ( $stid , OCI_ASSOC + OCI_RETURN_NULLS )) { ... ; echo "<table border='1'>\n" ; while ( $row = oci_fetch_array ( $stid , OCI_ASSOC + OCI_RETURN_NULLS )) { ... ; echo "<table border='1'>\n" ; while ( $row = oci_fetch_array ( $stid , OCI_ASSOC + OCI_RETURN_NULLS )) { ... cho " $connname ----selecting<br>\n" ; while ( oci_fetch ( $stmt )) { echo " " . oci_result ( $stmt , "TEST ...
https://man.plustar.jp/php/function.oci-connect.html - [similar]
SQL ステートメントを実行するために準備する 3959
« mysqli_stmt::$param_count mysqli_stmt::reset » PHP Manual mysqli_stmt SQL ステートメントを実行 ... esult ( $district ); /* 値を取得します */ $stmt -> fetch (); printf ( "%s is in district %s\n" , $city , $d ... mt , $district ); /* 値を取得します */ mysqli_stmt_fetch ( $stmt ); printf ( "%s is in district %s\n" , $ci ... ) - プリペアドステートメントを実行する mysqli_stmt_fetch() - プリペアドステートメントから結果を取得し、バイ ...
https://man.plustar.jp/php/mysqli-stmt.prepare.html - [similar]
直近のクエリのカラムの数を返す 3959
« mysqli::$error mysqli::get_charset » PHP Manual mysqli 直近のクエリのカラムの数を返す mysqli:: ... (); /* 結果セットを処理します */ $row = $result -> fetch_row (); /* 結果セットを開放します */ $result -> cl ... link ); /* 結果セットを処理します */ $row = mysqli_fetch_row ( $result ); /* 結果セットを開放します */ mysq ...
https://man.plustar.jp/php/mysqli.field-count.html - [similar]
プリペアドステートメント 3959
« ステートメントの実行 ストアドプロシージャ » PHP Manual クイックスタートガイド プリペアドステー ... LECT id, label FROM test' ); var_dump ( $result -> fetch_all ( MYSQLI_ASSOC )); 上の例の出力は以下となります ... result = $stmt -> get_result (); $row = $result -> fetch_assoc (); printf ( "id = %s (%s)\n" , $row [ 'id' ... _result ( $out_id , $out_label ); while ( $stmt -> fetch ()) { printf ( "id = %s (%s), label = %s (%s)\n" , ... lt = $stmt -> get_result (); var_dump ( $result -> fetch_all ( MYSQLI_ASSOC )); 上の例の出力は以下となります ...
https://man.plustar.jp/php/mysqli.quickstart.prepared-statements.html - [similar]
既存のラージオブジェクトのストリームをオープンする 3959
« PDO::pgsqlLOBCreate PDO::pgsqlLOBUnlink » PHP Manual PostgreSQL (PDO) 既存のラージオブジェクト ... lumn ( 'oid' , $oid , PDO :: PARAM_STR ); $stmt -> fetch ( PDO :: FETCH_BOUND ); $stream = $db -> pgsqlLOBO ...
https://man.plustar.jp/php/pdo.pgsqllobopen.html - [similar]
定義済み定数 3959
« リソース型 Uopz 関数 » PHP Manual uopz 定義済み定数 定義済み定数 以下の定数が定義されています。 ... f exception being thrown as the only argument ZEND_FETCH_CLASS ( int ) Invoked upon composure, receives the ... class the name of the class being fetched as the only argument ZEND_ADD_TRAIT ( int ) Invo ... class as trait. Removed as of uopz 5.0.0. ZEND_ACC_FETCH ( int ) Used for getting flags only. Removed as of ...
https://man.plustar.jp/php/uopz.constants.html - [similar]