検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 360 for while (0.042 sec.)
pixel iterator の次の行を返す 4339
« ImagickPixelIterator::getIteratorRow ImagickPixelIterator::getPreviousIteratorRow » PHP Manual ... or = $imagick -> getPixelIterator (); $count = 0 ; while ( $pixels = $imageIterator -> getNextIteratorRow ( ...
https://man.plustar.jp/php/imagickpixeliterator.getnextiteratorrow.html - [similar]
言語リファレンス 4339
« 設定を変更するには 基本的な構文 » PHP Manual 言語リファレンス 言語リファレンス 基本的な構文 PH ... めに if else elseif/else if 制御構造に関する別の構文 while do-while for foreach break continue switch match d ...
https://man.plustar.jp/php/langref.html - [similar]
基本的な使用法 4339
« 例 PCNTL 関数 » PHP Manual 例 基本的な使用法 基本的な使用法 この例は、シグナルハンドラを有する ... IGHUP , "sig_handler" ); // 無限ループでタスク実行 while ( 1 ) { // 何か面白いことをここで行う } function s ...
https://man.plustar.jp/php/pcntl.example.html - [similar]
基本的な使用法 4339
« 例 基本的な使い方 » PHP Manual 例 基本的な使用法 基本的な使用法 この例では、PostgreSQL への接続 ... ()); // 結果を HTML で表示する echo "<table>\n" ; while ( $line = pg_fetch_array ( $result , null , PGSQL_ ...
https://man.plustar.jp/php/pgsql.examples-basic.html - [similar]
ファイルの終端に到達しているか調べる 4339
« SplFileObject::current SplFileObject::fflush » PHP Manual SplFileObject ファイルの終端に到達し ... <?php $file = new SplFileObject ( "fruits.txt" ); while ( ! $file -> eof ()) { echo $file -> fgets (); } ? ...
https://man.plustar.jp/php/splfileobject.eof.html - [similar]
ファイルから文字を取り出す 4339
« SplFileObject::fflush SplFileObject::fgetcsv » PHP Manual SplFileObject ファイルから文字を取り ... の例 <?php $file = new SplFileObject ( 'file.txt' ); while ( false !== ( $char = $file -> fgetc ())) { echo " ...
https://man.plustar.jp/php/splfileobject.fgetc.html - [similar]
ファイルから 1 行取り出す 4339
« SplFileObject::fgetcsv SplFileObject::fgetss » PHP Manual SplFileObject ファイルから 1 行取り出 ... す。 <?php $file = new SplFileObject ( "file.txt" ); while (! $file -> eof ()) { echo $file -> fgets (); } ?> ...
https://man.plustar.jp/php/splfileobject.fgets.html - [similar]
ファイル終端でないかチェックする 4339
« SplFileObject::__toString SplTempFileObject » PHP Manual SplFileObject ファイル終端でないかチェ ... by line $file = new SplFileObject ( "file.txt" ); while ( $file -> valid ()) { echo $file -> fgets (); } ? ...
https://man.plustar.jp/php/splfileobject.valid.html - [similar]
次のエントリに移動する 4339
« SplObjectStorage::key SplObjectStorage::offsetExists » PHP Manual SplObjectStorage 次のエントリ ... " ); $s -> attach ( $o2 , "d2" ); $s -> rewind (); while( $s -> valid ()) { $index = $s -> key (); $object ...
https://man.plustar.jp/php/splobjectstorage.next.html - [similar]
イテレータをストレージの最初の要素に巻き戻す 4339
« SplObjectStorage::removeAllExcept SplObjectStorage::serialize » PHP Manual SplObjectStorage イ ... " ); $s -> attach ( $o2 , "d2" ); $s -> rewind (); while( $s -> valid ()) { $index = $s -> key (); $object ...
https://man.plustar.jp/php/splobjectstorage.rewind.html - [similar]