検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 360 for while (0.049 sec.)
Return the numerical value of the error message from previous CUBRID operation 4268
« cubrid_db_name cubrid_error » PHP Manual CUBRID MySQL 互換関数 Return the numerical value of t ... n , "select id, name from person" ); if ( $req ) { while (list ( $id , $name ) = cubrid_fetch ( $req )) ech ...
https://man.plustar.jp/php/function.cubrid-errno.html - [similar]
Return the client library version 4268
« cubrid_get_class_name cubrid_get_db_parameter » PHP Manual CUBRID 関数 Return the client libra ... } $db_params = cubrid_get_db_parameter ( $conn ); while (list( $param_name , $param_value ) = each ( $db_p ...
https://man.plustar.jp/php/function.cubrid-get-client-info.html - [similar]
Return the CUBRID server version 4268
« cubrid_get_query_timeout cubrid_get » PHP Manual CUBRID 関数 Return the CUBRID server version ... } $db_params = cubrid_get_db_parameter ( $conn ); while (list( $param_name , $param_value ) = each ( $db_p ...
https://man.plustar.jp/php/function.cubrid-get-server-info.html - [similar]
エラーの内容を表す文字列を返す 4268
« curl_multi_setopt curl_pause » PHP Manual cURL 関数 エラーの内容を表す文字列を返す curl_multi_ ... ); if ( $active ) { curl_multi_select ( $mh ); } } while ( $active && $status === CURLM_OK ); // エラーをチ ...
https://man.plustar.jp/php/function.curl-multi-strerror.html - [similar]
PHP 変数を SQL 文のパラメータにバインドする 4268
« db2_autocommit db2_client_info » PHP Manual IBM DB2 関数 PHP 変数を SQL 文のパラメータにバイン ... upper_limit = 15.0 ; if ( db2_execute ( $stmt )) { while ( $row = db2_fetch_array ( $stmt )) { print " { $r ... nd_name } 3: { $weight } \n\n" ; print "結果:\n" ; while ( $row = db2_fetch_array ( $stmt )) { print " { $r ...
https://man.plustar.jp/php/function.db2-bind-param.html - [similar]
未処理のリクエストがあるかどうかを調べる 4268
« eio_open eio_read » PHP Manual Eio 関数 未処理のリクエストがあるかどうかを調べる eio_poll (PEC ... " ); eio_nop ( EIO_PRI_DEFAULT , "res_cb" , "3" ); while ( eio_nreqs ()) { // 何かのプロセス間通信など eio_ ...
https://man.plustar.jp/php/function.eio-poll.html - [similar]
ファイルの取得/送信を継続する(非ブロッキング) 4268
« ftp_mlsd ftp_nb_fget » PHP Manual FTP 関数 ファイルの取得/送信を継続する(非ブロッキング) ftp ... _nb_get ( $ftp , "test" , "README" , FTP_BINARY ); while ( $ret == FTP_MOREDATA ) { // ダウンロードを継続す ...
https://man.plustar.jp/php/function.ftp-nb-continue.html - [similar]
ディレクトリを削除する 4268
« ftp_rename ftp_set_option » PHP Manual FTP 関数 ディレクトリを削除する ftp_rmdir (PHP 4, PHP 5 ... eted $dir \n" ; } else { echo "There was a problem while deleting $dir \n" ; } ftp_close ( $ftp ); ?> 参考 ...
https://man.plustar.jp/php/function.ftp-rmdir.html - [similar]
ファイルポインタから 1 行を得る 4268
« gzgetc gzgetss » PHP Manual Zlib 関数 ファイルポインタから 1 行を得る gzgets (PHP 4, PHP 5, PH ... の例 <?php $handle = gzopen ( 'somefile.gz' , 'r' ); while (! gzeof ( $handle )) { $buffer = gzgets ( $handle ...
https://man.plustar.jp/php/function.gzgets.html - [similar]
InterBase データベースからオブジェクトを得る 4268
« ibase_fetch_assoc ibase_fetch_row » PHP Manual Firebird/InterBase 関数 InterBase データベースか ... OM tblname' ; $sth = ibase_query ( $dbh , $stmt ); while ( $row = ibase_fetch_object ( $sth )) { echo $row ...
https://man.plustar.jp/php/function.ibase-fetch-object.html - [similar]