検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 219 for rows (0.059 sec.)
Fetch a result row as an associative array, a numeric array, or both 4557
« cubrid_error cubrid_fetch_assoc » PHP Manual CUBRID MySQL 互換関数 Fetch a result row as an as ... cess is successful. false , when there are no more rows; NULL, when process is unsuccessful. The type of r ...
https://man.plustar.jp/php/function.cubrid-fetch-array.html - [similar]
Fetch the next row and return it as an object 4557
« cubrid_fetch_lengths cubrid_fetch_row » PHP Manual CUBRID MySQL 互換関数 Fetch the next row an ... cess is successful. false , when there are no more rows; NULL, when process is unsuccessful. 例 例1 cubrid ...
https://man.plustar.jp/php/function.cubrid-fetch-object.html - [similar]
Fetch the next row from a result set 4557
« cubrid_execute cubrid_free_result » PHP Manual CUBRID 関数 Fetch the next row from a result se ... cess is successful. false , when there are no more rows; NULL, when process is unsuccessful. The result ca ...
https://man.plustar.jp/php/function.cubrid-fetch.html - [similar]
結果セットに含まれるフィールドの数を返す 4557
« db2_next_result db2_num_rows » PHP Manual IBM DB2 関数 結果セットに含まれるフィールドの数を返す ...
https://man.plustar.jp/php/function.db2-num-fields.html - [similar]
Initiates a backup task in the service manager and returns immediately 4557
« ibase_affected_rows ibase_blob_add » PHP Manual Firebird/InterBase 関数 Initiates a backup tas ...
https://man.plustar.jp/php/function.ibase-backup.html - [similar]
MySQL テーブルのフィールドのリストを得る 4557
« mysql_list_dbs mysql_list_processes » PHP Manual MySQL 関数 MySQL テーブルのフィールドのリスト ... query: ' . mysql_error (); exit; } if ( mysql_num_rows ( $result ) > 0 ) { while ( $row = mysql_fetch_ass ...
https://man.plustar.jp/php/function.mysql-list-fields.html - [similar]
文からのフィールド名を返す 4557
« oci_field_is_null oci_field_precision » PHP Manual OCI8 関数 文からのフィールド名を返す oci_fi ... E_ONLY ); // Use OCI_DESCRIBE_ONLY if not fetching rows echo "<table border=\"1\">" ; echo "<tr>" ; echo " ...
https://man.plustar.jp/php/function.oci-field-name.html - [similar]
フィールドの精度を問い合わせる 4557
« oci_field_name oci_field_scale » PHP Manual OCI8 関数 フィールドの精度を問い合わせる oci_field ... E_ONLY ); // Use OCI_DESCRIBE_ONLY if not fetching rows $ncols = oci_num_fields ( $stid ); for ( $i = 1 ; ...
https://man.plustar.jp/php/function.oci-field-precision.html - [similar]
指定したテーブルに関するカラムおよび付随する権限のリストを取得する 4557
« odbc_close odbc_columns » PHP Manual ODBC 関数 指定したテーブルに関するカラムおよび付随する権限 ... ivileges ))) { print_r ( $row ); break; // further rows omitted for brevity } ?> 上の例の出力は、 たとえば ...
https://man.plustar.jp/php/function.odbc-columnprivileges.html - [similar]
指定したデータソースに保存されているプロシージャのリストを取得する 4557
« odbc_procedurecolumns odbc_result_all » PHP Manual ODBC 関数 指定したデータソースに保存されてい ... ocedures ))) { print_r ( $row ); break; // further rows omitted for brevity } ?> 上の例の出力は、 たとえば ...
https://man.plustar.jp/php/function.odbc-procedures.html - [similar]