検索

phrase: max: clip:
target: order:
Results of 251 - 260 of about 360 for while (0.054 sec.)
FTP サーバーにファイルをアップロードする 4117
« ftp_pasv ftp_pwd » PHP Manual FTP 関数 FTP サーバーにファイルをアップロードする ftp_put (PHP 4 ... ded $file \n" ; } else { echo "There was a problem while uploading $file \n" ; } // 接続を閉じる ftp_close ...
https://man.plustar.jp/php/function.ftp-put.html - [similar]
Initiates a backup task in the service manager and returns immediately 4117
« ibase_affected_rows ibase_blob_add » PHP Manual Firebird/InterBase 関数 Initiates a backup tas ... er, this function just passes the arguments to it. While the arguments are legal, you won't get false . 例 ...
https://man.plustar.jp/php/function.ibase-backup.html - [similar]
Initiates a restore task in the service manager and returns immediately 4117
« ibase_query ibase_rollback_ret » PHP Manual Firebird/InterBase 関数 Initiates a restore task i ... er, this function just passes the arguments to it. While the arguments are legal, you won't get false . 例 ...
https://man.plustar.jp/php/function.ibase-restore.html - [similar]
ウィンドウをキャプチャする 4117
« imagegrabscreen imageinterlace » PHP Manual GD および Image 関数 ウィンドウをキャプチャする im ... ( "http://www.libgd.org" ); /* まだ動作するか? */ while ( $browser -> Busy ) { com_message_pump ( 4000 ); ...
https://man.plustar.jp/php/function.imagegrabwindow.html - [similar]
MySQL テーブルのフィールドのリストを得る 4117
« mysql_list_dbs mysql_list_processes » PHP Manual MySQL 関数 MySQL テーブルのフィールドのリスト ... ); exit; } if ( mysql_num_rows ( $result ) > 0 ) { while ( $row = mysql_fetch_assoc ( $result )) { print_r ...
https://man.plustar.jp/php/function.mysql-list-fields.html - [similar]
MySQL データベース上のテーブルのリストを得る 4117
« mysql_list_processes mysql_num_fields » PHP Manual MySQL 関数 MySQL データベース上のテーブルの ... " ; echo 'MySQL Error: ' . mysql_error (); exit; } while ( $row = mysql_fetch_row ( $result )) { echo "Tabl ...
https://man.plustar.jp/php/function.mysql-list-tables.html - [similar]
出力用バッファをフラッシュ(送信)し、出力のバッファリングをオフにする 4117
« ob_end_clean ob_flush » PHP Manual 出力制御 関数 出力用バッファをフラッシュ(送信)し、出力のバッ ... ファをフラッシュし終了する簡単な方法の例です。 <?php while (@ ob_end_flush ()); ?> 参考 ob_start() - 出力のバ ...
https://man.plustar.jp/php/function.ob-end-flush.html - [similar]
クエリの次の行を連想配列で返す 4117
« oci_fetch_array oci_fetch_object » PHP Manual OCI8 関数 クエリの次の行を連想配列で返す oci_fet ... t_name FROM departments' ); oci_execute ( $stid ); while (( $row = oci_fetch_assoc ( $stid )) != false ) { ...
https://man.plustar.jp/php/function.oci-fetch-assoc.html - [similar]
クエリの次の行を配列で返す 4117
« oci_fetch_object oci_fetch » PHP Manual OCI8 関数 クエリの次の行を配列で返す oci_fetch_row (PH ... t_name FROM departments' ); oci_execute ( $stid ); while (( $row = oci_fetch_row ( $stid )) != false ) { ec ...
https://man.plustar.jp/php/function.oci-fetch-row.html - [similar]
フェッチした行からフィールドの値を取得する 4117
« oci_register_taf_callback oci_rollback » PHP Manual OCI8 関数 フェッチした行からフィールドの値 ... oci_parse ( $conn , $sql ); oci_execute ( $stid ); while ( oci_fetch ( $stid )) { echo oci_result ( $stid , ...
https://man.plustar.jp/php/function.oci-result.html - [similar]