検索

phrase: max: clip:
target: order:
Results of 321 - 330 of about 357 for fetch (0.058 sec.)
3745
« 定義済み定数 CUBRID 関数 » PHP Manual CUBRID 例 例 The following is a simple example that esta ... ults from the result set. */ while ( $row = cubrid_fetch ( $result )) { echo( "<tr>" ); for ( $i = 0 ; $i < ...
https://man.plustar.jp/php/cubrid.examples.html - [similar]
アトミックに値を取得するか、キャッシュエントリを生成する 3745
« apcu_enabled apcu_exists » PHP Manual APCu 関数 アトミックに値を取得するか、キャッシュエントリ ... cu_store() - 変数をデータ領域にキャッシュする apcu_fetch() - 格納されている変数をキャッシュから取得する apc ...
https://man.plustar.jp/php/function.apcu-entry.html - [similar]
データベースへの接続をオープンする 3745
« ibase_commit ibase_db_info » PHP Manual Firebird/InterBase 関数 データベースへの接続をオープン ... ibase_query ( $dbh , $stmt ); while ( $row = ibase_fetch_object ( $sth )) { echo $row -> email , "\n" ; } i ...
https://man.plustar.jp/php/function.ibase-connect.html - [similar]
メッセージヘッダを読み込む 3745
« imap_header imap_headers » PHP Manual IMAP 関数 メッセージヘッダを読み込む imap_headerinfo (PH ... スタンス。 message_num メッセージ番号。 from_length fetchfrom プロパティの文字数。 ゼロ以上でなければなりませ ... ん。 subject_length fetchsubject プロパティの文字数。 ゼロ以上でなければなり ... メールメッセージの日付を Unix time で表したもの。 fetchfrom - from 行を from_length 文字に適合させたもの。 ... fetchsubject - subject 行を subject_length 文字に適合させ ...
https://man.plustar.jp/php/function.imap-headerinfo.html - [similar]
データベースを選択し、そこでクエリーを実行する 3745
« mysql_db_name mysql_drop_db » PHP Manual MySQL 関数 データベースを選択し、そこでクエリーを実行 ... : ' . mysql_error (); exit; } while ( $row = mysql_fetch_assoc ( $result )) { echo $row [ 'foo' ]; } mysql_ ...
https://man.plustar.jp/php/function.mysql-db-query.html - [similar]
結果において指定したフィールドの型を取得する 3745
« mysql_field_table mysql_free_result » PHP Manual MySQL 関数 結果において指定したフィールドの型 ... い。 この関数の代替として、これらが使えます。 mysqli_fetch_field_direct() [type] PDOStatement::getColumnMeta( ...
https://man.plustar.jp/php/function.mysql-field-type.html - [similar]
現在のシステムの状態を取得する 3745
« mysql_set_charset mysql_tablename » PHP Manual MySQL 関数 現在のシステムの状態を取得する mysql ... ry ( 'SHOW STATUS' , $link ); while ( $row = mysql_fetch_assoc ( $result )) { echo $row [ 'Variable_name' ] ...
https://man.plustar.jp/php/function.mysql-stat.html - [similar]
実行のために Oracle の文をパースする 3745
« oci_num_rows oci_password_change » PHP Manual OCI8 関数 実行のために Oracle の文をパースする o ... ; echo "<table border='1'>\n" ; while ( $row = oci_fetch_array ( $stid , OCI_ASSOC + OCI_RETURN_NULLS )) { ...
https://man.plustar.jp/php/function.oci-parse.html - [similar]
アクション名を設定します 3745
« oci_server_version oci_set_call_timeout » PHP Manual OCI8 関数 アクション名を設定します oci_se ... , 'select * from dual' ); oci_execute ( $s ); oci_fetch_all ( $s , $res ); sleep ( 30 ); ?> // スクリプトを ...
https://man.plustar.jp/php/function.oci-set-action.html - [similar]
クライアント情報を設定する 3745
« oci_set_client_identifier oci_set_db_operation » PHP Manual OCI8 関数 クライアント情報を設定す ... , 'select * from dual' ); oci_execute ( $s ); oci_fetch_all ( $s , $res ); sleep ( 30 ); ?> // スクリプトを ...
https://man.plustar.jp/php/function.oci-set-client-info.html - [similar]