検索

phrase: max: clip:
target: order:
Results of 291 - 300 of about 360 for while (0.035 sec.)
Send a CUBRID query 4037
« cubrid_ping cubrid_real_escape_string » PHP Manual CUBRID MySQL 互換関数 Send a CUBRID query c ... (), cubrid_fetch_array(), cubrid_fetch_row(), etc. while ( $row = cubrid_fetch_assoc ( $result )) { echo $r ...
https://man.plustar.jp/php/function.cubrid-query.html - [similar]
結果セット内の行を表す、カラムをプロパティとするオブジェクトを返す 4037
« db2_fetch_both db2_fetch_row » PHP Manual IBM DB2 関数 結果セット内の行を表す、カラムをプロパテ ... $conn , $sql ); db2_execute ( $stmt , array( 0 )); while ( $pet = db2_fetch_object ( $stmt )) { echo "Come ...
https://man.plustar.jp/php/function.db2-fetch-object.html - [similar]
配列から現在のキーと値のペアを返して、カーソルを進める 4037
« current end » PHP Manual 配列 関数 配列から現在のキーと値のペアを返して、カーソルを進める each ... 'banana' , 'c' => 'cranberry' ); reset ( $fruit ); while (list( $key , $val ) = each ( $fruit )) { echo " $ ...
https://man.plustar.jp/php/function.each.html - [similar]
ファイルポインタから 1 行取り出し、HTML タグを取り除く 4037
« fgets file_exists » PHP Manual ファイルシステム 関数 ファイルポインタから 1 行取り出し、HTML タ ... = @ fopen ( "sample.php" , "r" ); if ( $handle ) { while (! feof ( $handle )) { $buffer = fgetss ( $handle ...
https://man.plustar.jp/php/function.fgetss.html - [similar]
フォーマットに基づきファイルからの入力を処理する 4037
« fread fseek » PHP Manual ファイルシステム 関数 フォーマットに基づきファイルからの入力を処理する ... の例 <?php $handle = fopen ( "users.txt" , "r" ); while ( $userinfo = fscanf ( $handle , "%s\t%s\t%s\n" )) ...
https://man.plustar.jp/php/function.fscanf.html - [similar]
FTP サーバーからファイルをダウンロードし、オープン中のファイルに保存する 4037
« ftp_exec ftp_fput » PHP Manual FTP 関数 FTP サーバーからファイルをダウンロードし、オープン中の ... ocal_file \n" ; } else { echo "There was a problem while downloading $remote_file to $local_file \n" ; } // ...
https://man.plustar.jp/php/function.ftp-fget.html - [similar]
FTP サーバーからファイルをダウンロードし、オープン中のファイルに保存する(非ブロ... 4037
« ftp_nb_continue ftp_nb_fput » PHP Manual FTP 関数 FTP サーバーからファイルをダウンロードし、オ ... = ftp_nb_fget ( $ftp , $fp , $file , FTP_BINARY ); while ( $ret == FTP_MOREDATA ) { // 何かお好みの動作を e ...
https://man.plustar.jp/php/function.ftp-nb-fget.html - [similar]
オープン中のファイルを FTP サーバーに保存する(非ブロッキング) 4037
« ftp_nb_fget ftp_nb_get » PHP Manual FTP 関数 オープン中のファイルを FTP サーバーに保存する(非 ... = ftp_nb_fput ( $ftp , $file , $fp , FTP_BINARY ); while ( $ret == FTP_MOREDATA ) { // 何かお好みの動作を e ...
https://man.plustar.jp/php/function.ftp-nb-fput.html - [similar]
データベースへの接続をオープンする 4037
« ibase_commit ibase_db_info » PHP Manual Firebird/InterBase 関数 データベースへの接続をオープン ... OM tblname' ; $sth = ibase_query ( $dbh , $stmt ); while ( $row = ibase_fetch_object ( $sth )) { echo $row ...
https://man.plustar.jp/php/function.ibase-connect.html - [similar]
LDAP ページネーション制御情報を送信する 4037
« ldap_control_paged_result_response ldap_count_entries » PHP Manual LDAP 関数 LDAP ページネーシ ... ged_result_response ( $ds , $result , $cookie ); } while( $cookie !== null && $cookie != '' ); 注意 注意 : ...
https://man.plustar.jp/php/function.ldap-control-paged-result.html - [similar]