検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 389 for foreach (0.006 sec.)
プリペアドステートメントから結果を mysqli_result オブジェクトとして取得する 5586
« mysqli_stmt::free_result mysqli_stmt::get_warnings » PHP Manual mysqli_stmt プリペアドステート ... 'Europe' , 'Africa' , 'Asia' , 'North America' ); foreach ( $continentList as $continent ) { $stmt -> execut ... ( $row = $result -> fetch_array ( MYSQLI_NUM )) { foreach ( $row as $r ) { print " $r " ; } print "\n" ; } } ... 'Europe' , 'Africa' , 'Asia' , 'North America' ); foreach ( $continentList as $continent ) { mysqli_stmt_exe ... w = mysqli_fetch_array ( $result , MYSQLI_NUM )) { foreach ( $row as $r ) { print " $r " ; } print "\n" ; } } ...
https://man.plustar.jp/php/mysqli-stmt.get-result.html - [similar]
Poll the items 5586
« ZMQPoll::getLastErrors ZMQPoll::remove » PHP Manual ZMQPoll Poll the items ZMQPoll::poll (PECL ... > getLastErrors (); if ( count ( $errors ) > 0 ) { foreach ( $errors as $error ) { echo "Error polling object ... Loop through readable objects and recv messages */ foreach ( $readable as $r ) { try { echo "Received message ... /* Loop through writable and send back messages */ foreach ( $writable as $w ) { try { $w -> send ( "Got it!" ...
https://man.plustar.jp/php/zmqpoll.poll.html - [similar]
画像のヒストグラムを取得する 5413
« Imagick::getImageHeight Imagick::getImageIndex » PHP Manual Imagick 画像のヒストグラムを取得す ... lements , $colorChannel ) { $colorStatistics = []; foreach ( $histogramElements as $histogramElement ) { $col ... dth = 256 ; $histogramHeight = 100 ; // the height for each RGB segment $imagick = new \ Imagick ( realpath ( ... ); $scale = $histogramHeight / $max ; $count = 0 ; foreach ( $colorValues as $color => $values ) { $draw -> s ... r ); $offset = ( $count + 1 ) * $histogramHeight ; foreach ( $values as $index => $value ) { $draw -> line ( ...
https://man.plustar.jp/php/imagick.getimagehistogram.html - [similar]
RAR アーカイブからエントリの全一覧を取得する 5413
« RarArchive::getComment RarArchive::getEntry » PHP Manual RarArchive RAR アーカイブからエントリ ... ントリが存在する場合は、このメソッドを RarArchive の foreach と組み合わせて 数値添字の配列形式で処理するのが唯一 ... Found " . count ( $rar_entries ) . " entries.\n" ; foreach ( $rar_entries as $e ) { echo $e ; echo "\n" ; } $ ... Found " . count ( $rar_entries ) . " entries.\n" ; foreach ( $rar_entries as $e ) { echo $e ; echo "\n" ; } r ...
https://man.plustar.jp/php/rararchive.getentries.html - [similar]
MagickPixelIterator を返す 5326
« Imagick::getPage Imagick::getPixelRegionIterator » PHP Manual Imagick MagickPixelIterator を返 ... $imageIterator = $imagick -> getPixelIterator (); foreach ( $imageIterator as $row => $pixels ) { /* Loop th ... rough pixel rows */ foreach ( $pixels as $column => $pixel ) { /* Loop through ...
https://man.plustar.jp/php/imagick.getpixeliterator.html - [similar]
ImagickPixelIterator のコンストラクタ 5326
« ImagickPixelIterator::clear ImagickPixelIterator::destroy » PHP Manual ImagickPixelIterator Im ... erator ( $imagick ); /* Loop through pixel rows */ foreach ( $imageIterator as $pixels ) { /* Loop through th ... e pixels in the row (columns) */ foreach ( $pixels as $column => $pixel ) { /** @var $pixel ...
https://man.plustar.jp/php/imagickpixeliterator.construct.html - [similar]
NoRewindIterator を作成する 5326
« NoRewindIterator NoRewindIterator::current » PHP Manual NoRewindIterator NoRewindIterator を作 ... tor ( $arr -> getIterator ()); echo "Fruit A:\n" ; foreach( $it as $item ) { echo $item . "\n" ; } echo "Frui ... t B:\n" ; foreach( $it as $item ) { echo $item . "\n" ; } ?> 上の例の ...
https://man.plustar.jp/php/norewinditerator.construct.html - [similar]
指定したノードの子ノードを見付ける 5326
« SimpleXMLElement::attributes SimpleXMLElement::__construct » PHP Manual SimpleXMLElement 指定し ... child role="son"/> </child> </child> </person>' ); foreach ( $xml -> children () as $second_gen ) { echo ' Th ... e person begot a ' . $second_gen [ 'role' ]; foreach ( $second_gen -> children () as $third_gen ) { ech ... o ' who begot a ' . $third_gen [ 'role' ] . ';' ; foreach ( $third_gen -> children () as $fourth_gen ) { ech ...
https://man.plustar.jp/php/simplexmlelement.children.html - [similar]
パーサトークンの一覧 5326
« PHP 型の比較表 ユーザーレベルでの命名の手引き » PHP Manual 付録 パーサトークンの一覧 パーサトー ... array 構文 T_ARRAY_CAST (array) 型キャスト T_AS as foreach T_ATTRIBUTE #[ アトリビュート (PHP 8.0.0 以降で利用 ... are , 別の構文 T_ENDFOR endfor for , 別の構文 T_ENDFOREACH endforeach foreach , 別の構文 T_ENDIF endif if , 別 ... ロー関数 (PHP 7.4.0 以降で利用可能) T_FOR for for T_FOREACH foreach foreach T_FUNCTION function 関数 T_FUNC_C ...
https://man.plustar.jp/php/tokens.html - [similar]
配列内の現在の要素を返す 5239
« count each » PHP Manual 配列 関数 配列内の現在の要素を返す current (PHP 4, PHP 5, PHP 7, PHP 8 ... 。 false 要素を含む配列を順に処理するには、制御構文 foreach を参照して下さい。 それでも current() を使い、 値が ... 要素にセットする next() - 配列の内部ポインタを進める foreach 関連キーワード: 配列 , 要素 , ポインタ , 関数 , 内 ... 部 , array , 最終 , foreach , 参照 , チェック ...
https://man.plustar.jp/php/function.current.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT