検索

phrase: max: clip:
target: order:
Results of 201 - 210 of about 360 for while (0.048 sec.)
新規 cURL マルチハンドルを返す 4188
« curl_multi_info_read curl_multi_remove_handle » PHP Manual cURL 関数 新規 cURL マルチハンドルを ... ); if ( $active ) { curl_multi_select ( $mh ); } } while ( $active && $status == CURLM_OK ); // ハンドルを閉 ...
https://man.plustar.jp/php/function.curl-multi-init.html - [similar]
シリアルポートの端末属性とボーレートを設定する 4188
« dio_stat dio_truncate » PHP Manual ダイレクト IO 関数 シリアルポートの端末属性とボーレートを設 ... 00 , 'bits' => 8 , 'stop' => 1 , 'parity' => 0 )); while ( 1 ) { $data = dio_read ( $fd , 256 ); if ( $data ...
https://man.plustar.jp/php/function.dio-tcsetattr.html - [similar]
ディレクトリクラスのインスタンスを返す 4188
« closedir getcwd » PHP Manual ディレクトリ 関数 ディレクトリクラスのインスタンスを返す dir (PHP ... andle . "\n" ; echo "Path: " . $d -> path . "\n" ; while ( false !== ( $entry = $d -> read ())) { echo $ent ...
https://man.plustar.jp/php/function.dir.html - [similar]
ファイルポインタから1文字取り出す 4188
« fflush fgetcsv » PHP Manual ファイルシステム 関数 ファイルポインタから1文字取り出す fgetc (PHP ... echo 'somefile.txt をオープンできませんでした' ; } while ( false !== ( $char = fgetc ( $fp ))) { echo " $ch ...
https://man.plustar.jp/php/function.fgetc.html - [similar]
ディレクトリを作成する 4188
« ftp_mdtm ftp_mlsd » PHP Manual FTP 関数 ディレクトリを作成する ftp_mkdir (PHP 4, PHP 5, PHP 7, ... ated $dir \n" ; } else { echo "There was a problem while creating $dir \n" ; } // 接続を閉じる ftp_close ( ...
https://man.plustar.jp/php/function.ftp-mkdir.html - [similar]
パッシブモードをオンまたはオフにする 4188
« ftp_nlist ftp_put » PHP Manual FTP 関数 パッシブモードをオンまたはオフにする ftp_pasv (PHP 4, ... ded $file \n" ; } else { echo "There was a problem while uploading $file \n" ; } // 接続を閉じる ftp_close ...
https://man.plustar.jp/php/function.ftp-pasv.html - [similar]
FTP サーバー上のファイルまたはディレクトリの名前を変更する 4188
« ftp_rawlist ftp_rmdir » PHP Manual FTP 関数 FTP サーバー上のファイルまたはディレクトリの名前を ... $new_file \n" ; } else { echo "There was a problem while renaming $old_file to $new_file \n" ; } // 接続を閉 ...
https://man.plustar.jp/php/function.ftp-rename.html - [similar]
gzファイルへのポインタから1行を得て、HTMLタグを取り除く 4188
« gzgets gzinflate » PHP Manual Zlib 関数 gzファイルへのポインタから1行を得て、HTMLタグを取り除く ... の例 <?php $handle = gzopen ( 'somefile.gz' , 'r' ); while (! gzeof ( $handle )) { $buffer = gzgetss ( $handl ...
https://man.plustar.jp/php/function.gzgetss.html - [similar]
配列からキーを取り出す 4188
« key_exists krsort » PHP Manual 配列 関数 配列からキーを取り出す key (PHP 4, PHP 5, PHP 7, PHP ... "リンゴ" である // 全ての連想配列のキーを表示します while ( $fruit_name = current ( $array )) { if ( $fruit_ ...
https://man.plustar.jp/php/function.key.html - [similar]
mysql_list_dbs のコール結果からデータベース名を取得する 4188
« mysql_data_seek mysql_db_query » PHP Manual MySQL 関数 mysql_list_dbs のコール結果からデータベ ... nk ); $i = 0 ; $cnt = mysql_num_rows ( $db_list ); while ( $i < $cnt ) { echo mysql_db_name ( $db_list , $i ...
https://man.plustar.jp/php/function.mysql-db-name.html - [similar]