検索

phrase: max: clip:
target: order:
Results of 201 - 210 of about 274 for row (0.030 sec.)
複数または多次元の配列をソートする 4167
« array_merge array_pad » PHP Manual 配列 関数 複数または多次元の配列をソートする array_multisor ... // 列方向の配列を得る foreach ( $data as $key => $row ) { $volume [ $key ] = $row [ 'volume' ]; $edition ... [ $key ] = $row [ 'edition' ]; } // 上記のコードの代わりに array_c ...
https://man.plustar.jp/php/function.array-multisort.html - [similar]
データベースへの接続をオープンする 4167
« ibase_commit ibase_db_info » PHP Manual Firebird/InterBase 関数 データベースへの接続をオープン ... e' ; $sth = ibase_query ( $dbh , $stmt ); while ( $row = ibase_fetch_object ( $sth )) { echo $row -> emai ...
https://man.plustar.jp/php/function.ibase-connect.html - [similar]
クエリの次の行を内部バッファに取得する 4167
« oci_fetch_row oci_field_is_null » PHP Manual OCI8 関数 クエリの次の行を内部バッファに取得する ... - クエリの次の行をオブジェクトとして返す oci_fetch_row() - クエリの次の行を配列で返す oci_result() - フェ ...
https://man.plustar.jp/php/function.oci-fetch.html - [similar]
実行のために Oracle の文をパースする 4167
« oci_num_rows oci_password_change » PHP Manual OCI8 関数 実行のために Oracle の文をパースする o ... ( $stid ); echo "<table border='1'>\n" ; while ( $row = oci_fetch_array ( $stid , OCI_ASSOC + OCI_RETURN ... _NULLS )) { echo "<tr>\n" ; foreach ( $row as $item ) { echo " <td>" . ( $item !== null ? htm ...
https://man.plustar.jp/php/function.oci-parse.html - [similar]
指定したテーブルにあるカラム名のリストを取得する 4167
« odbc_columnprivileges odbc_commit » PHP Manual ODBC 関数 指定したテーブルにあるカラム名のリスト ... , 'TutorialDB' , 'dbo' , 'test' , '%' ); while (( $row = odbc_fetch_array ( $columns ))) { print_r ( $row ... ); break; // further rows omitted for brevity } ?> 上の例の出力は、 たとえば ...
https://man.plustar.jp/php/function.odbc-columns.html - [similar]
プロシージャへのパラメータに関する情報を取得する 4167
« odbc_primarykeys odbc_procedures » PHP Manual ODBC 関数 プロシージャへのパラメータに関する情報 ... 'dbo' , 'GetEmployeeSalesYTD;1' , '%' ); while (( $row = odbc_fetch_array ( $columns ))) { print_r ( $row ... ); break; // further rows omitted for brevity } ?> 上の例の出力は、 たとえば ...
https://man.plustar.jp/php/function.odbc-procedurecolumns.html - [similar]
Declare a token with no associativity 4167
« Parle\Parser::left Parle\Parser::precedence » PHP Manual Parle\Parser Declare a token with no ... terminal, that cannot appear more than once in the row. パラメータ tok Token name. 戻り値 値を返しません。 ...
https://man.plustar.jp/php/parle-parser.nonassoc.html - [similar]
Declare a token with no associativity 4167
« Parle\RParser::left Parle\RParser::precedence » PHP Manual Parle\RParser Declare a token with ... terminal, that cannot appear more than once in the row. パラメータ tok Token name. 戻り値 値を返しません。 ...
https://man.plustar.jp/php/parle-rparser.nonassoc.html - [similar]
TableInsert クラス 4138
« TableDelete::where TableInsert::__construct » PHP Manual Mysql_xdevapi TableInsert クラス Tabl ... te (): mysql_xdevapi\Result public values ( array $row_values ): mysql_xdevapi\TableInsert } 目次 TableIn ...
https://man.plustar.jp/php/class.mysql-xdevapi-tableinsert.html - [similar]
4138
« 定義済み定数 CUBRID 関数 » PHP Manual CUBRID 例 例 The following is a simple example that esta ... * Get the results from the result set. */ while ( $row = cubrid_fetch ( $result )) { echo( "<tr>" ); for ... lds ; $i ++) { echo( "<td align=center>" ); echo( $row [ $i ]); echo( "</td>" ); } echo( "</tr>" ); } } / ...
https://man.plustar.jp/php/cubrid.examples.html - [similar]