検索

phrase: max: clip:
target: order:
Results of 211 - 220 of about 360 for while (0.034 sec.)
MySQL プロセスのリストを得る 4188
« mysql_list_fields mysql_list_tables » PHP Manual MySQL 関数 MySQL プロセスのリストを得る mysql ... word' ); $result = mysql_list_processes ( $link ); while ( $row = mysql_fetch_assoc ( $result )){ printf ( ...
https://man.plustar.jp/php/function.mysql-list-processes.html - [similar]
Oracle プレースホルダに PHP 変数をバインドする 4188
« oci_bind_array_by_name oci_cancel » PHP Manual OCI8 関数 Oracle プレースホルダに PHP 変数をバイ ... stid , ':didbv' , $didbv ); oci_execute ( $stid ); while (( $row = oci_fetch_array ( $stid , OCI_ASSOC )) ! ... , "SELECT * FROM mytab" ); oci_execute ( $stid ); while ( $row = oci_fetch_array ( $stid , OCI_ASSOC + OCI ... ci_execute ( $stid ); print '<table border="1">' ; while ( $row = oci_fetch_array ( $stid , OCI_ASSOC + OCI ...
https://man.plustar.jp/php/function.oci-bind-by-name.html - [similar]
フェッチしたフィールドが null であるかどうかを確認する 4188
« oci_fetch oci_field_name » PHP Manual OCI8 関数 フェッチしたフィールドが null であるかどうかを ... , "SELECT * FROM mytab" ); oci_execute ( $stid ); while (( $row = oci_fetch_array ( $stid , OCI_RETURN_NUL ...
https://man.plustar.jp/php/function.oci-field-is-null.html - [similar]
新規カーソル (ステートメントハンドル) を割り当て、それを返す 4188
« oci_new_connect oci_new_descriptor » PHP Manual OCI8 関数 新規カーソル (ステートメントハンドル ... EF CURSOR を、ステートメント ID のように利用します while (( $row = oci_fetch_array ( $curs , OCI_ASSOC + OC ...
https://man.plustar.jp/php/function.oci-new-cursor.html - [similar]
Sets the database operation 4188
« oci_set_client_info oci_set_edition » PHP Manual OCI8 関数 Sets the database operation oci_set ... ; oci_fetch_all ( $s , $res ); sleep ( 30 ); ?> // While the script is running, the administrator can see t ...
https://man.plustar.jp/php/function.oci-set-db-operation.html - [similar]
テーブルの主キーを取得する 4188
« odbc_prepare odbc_procedurecolumns » PHP Manual ODBC 関数 テーブルの主キーを取得する odbc_prim ... arykeys ( $conn , 'TutorialDB' , 'dbo' , 'TEST' ); while (( $row = odbc_fetch_array ( $primarykeys ))) { pr ...
https://man.plustar.jp/php/function.odbc-primarykeys.html - [similar]
ディレクトリハンドルをオープンする 4188
« getcwd readdir » PHP Manual ディレクトリ 関数 ディレクトリハンドルをオープンする opendir (PHP ... is_dir ( $dir )) { if ( $dh = opendir ( $dir )) { while (( $file = readdir ( $dh )) !== false ) { echo "fi ...
https://man.plustar.jp/php/function.opendir.html - [similar]
Cancels a statement 4188
« sqlsrv_begin_transaction sqlsrv_client_info » PHP Manual SQLSRV 関数 Cancels a statement sqlsr ... rors (), true )); } $salesTotal = 0 ; $count = 0 ; while( ( $row = sqlsrv_fetch_array ( $stmt )) && $salesT ...
https://man.plustar.jp/php/function.sqlsrv-cancel.html - [similar]
Makes the next result of the specified statement active 4188
« sqlsrv_has_rows sqlsrv_num_fields » PHP Manual SQLSRV 関数 Makes the next result of the specif ... sqlsrv_next_result ( $stmt ); if( $next_result ) { while( $row = sqlsrv_fetch_array ( $stmt , SQLSRV_FETCH_ ...
https://man.plustar.jp/php/function.sqlsrv-next-result.html - [similar]
Run a task in the background 4188
« GearmanClient::do GearmanClient::doHigh » PHP Manual GearmanClient Run a task in the backgroun ... [ 2 ] . ", denominator: " . $stat [ 3 ] . "\n" ; } while(! $done ); echo "done!\n" ; ?> 上の例の出力は、 た ...
https://man.plustar.jp/php/gearmanclient.dobackground.html - [similar]