検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 389 for foreach (0.005 sec.)
画像セクションの ImagickPixelIterator を取得する 5239
« Imagick::getPixelIterator Imagick::getPointSize » PHP Manual Imagick 画像セクションの ImagickP ... $im -> getPixelRegionIterator ( 0 , 0 , 10 , 10 ); foreach ( $areaIterator as $rowIterator ) { foreach ( $row ...
https://man.plustar.jp/php/imagick.getpixelregioniterator.html - [similar]
Description 5239
« ImagickKernel::fromMatrix ImagickKernel::scale » PHP Manual ImagickKernel Description ImagickK ... matrix ) { $output = "<table class='infoTable'>" ; foreach ( $matrix as $row ) { $output .= "<tr>" ; foreach ...
https://man.plustar.jp/php/imagickkernel.getmatrix.html - [similar]
結果セットのフィールド情報をオブジェクトの配列で返す 5239
« mysqli_result::fetch_field mysqli_result::fetch_object » PHP Manual mysqli_result 結果セットの ... led: %s\n" , $mysqli -> connect_error ); exit(); } foreach (array( 'latin1' , 'utf8' ) as $charset ) { // 文字 ... を取得します */ $finfo = $result -> fetch_fields (); foreach ( $finfo as $val ) { printf ( "Name: %s\n" , $val ... ailed: %s\n" , mysqli_connect_error ()); exit(); } foreach (array( 'latin1' , 'utf8' ) as $charset ) { // 文字 ... します */ $finfo = mysqli_fetch_fields ( $result ); foreach ( $finfo as $val ) { printf ( "Name: %s\n" , $val ...
https://man.plustar.jp/php/mysqli-result.fetch-fields.html - [similar]
現在のキーを取得する 5153
« AppendIterator::getIteratorIndex AppendIterator::next » PHP Manual AppendIterator 現在のキーを ... L ; $iterator -> next (); } echo PHP_EOL ; // With foreach foreach ( $iterator as $key => $current ) { echo $ ...
https://man.plustar.jp/php/appenditerator.key.html - [similar]
処理フラグを設定する 5153
« FilesystemIterator::rewind FilterIterator » PHP Manual FilesystemIterator 処理フラグを設定する ... :: KEY_AS_PATHNAME ); echo "Key as Pathname:\n" ; foreach ( $iterator as $key => $fileinfo ) { echo $key . " ... : KEY_AS_FILENAME ); echo "\nKey as Filename:\n" ; foreach ( $iterator as $key => $fileinfo ) { echo $key . " ...
https://man.plustar.jp/php/filesystemiterator.setflags.html - [similar]
指定したソースを PHP トークンに分割する 5153
« Tokenizer 関数 token_name » PHP Manual Tokenizer 関数 指定したソースを PHP トークンに分割する ... ?php $tokens = token_get_all ( '<?php echo; ?>' ); foreach ( $tokens as $token ) { if ( is_array ( $token )) ... <?php $tokens = token_get_all ( '/* comment */' ); foreach ( $tokens as $token ) { if ( is_array ( $token )) ... $tokens = token_get_all ( $source , TOKEN_PARSE ); foreach ( $tokens as $token ) { if ( is_array ( $token )) ...
https://man.plustar.jp/php/function.token-get-all.html - [similar]
PixelIterator に関連付けられたリソースを消去する 5153
« ImagickPixelIterator ImagickPixelIterator::__construct » PHP Manual ImagickPixelIterator Pixel ... , 100 , 250 , 200 ); /* Loop through pixel rows */ foreach ( $imageIterator as $pixels ) { /** @var $pixel \I ... /* Loop through the pixels in the row (columns) */ foreach ( $pixels as $column => $pixel ) { if ( $column % ...
https://man.plustar.jp/php/imagickpixeliterator.clear.html - [similar]
ジェネレータとは 5153
« ジェネレータ ジェネレータの構文 » PHP Manual ジェネレータ ジェネレータとは ジェネレータとは (P ... を心配する必要はありません。 ジェネレータを使うと、 foreach でデータ群を順に処理するコードを書くときに メモリ内 ... / echo 'Single digit odd numbers from range(): ' ; foreach ( range ( 1 , 9 , 2 ) as $number ) { echo " $numbe ... echo 'Single digit odd numbers from xrange(): ' ; foreach ( xrange ( 1 , 9 , 2 ) as $number ) { echo " $numb ...
https://man.plustar.jp/php/language.generators.overview.html - [similar]
指定された種類のトークンかを調べる 5066
« PhpToken::getTokenName PhpToken::isIgnorable » PHP Manual PhpToken 指定された種類のトークンかを ... ' )); // -> bool(true) var_dump ( $token -> is ( T_FOREACH )); // -> bool(false) var_dump ( $token -> is ( 'f ...
https://man.plustar.jp/php/phptoken.is.html - [similar]
現在のエントリのイテレータを返す 5066
« RecursiveRegexIterator::__construct RecursiveRegexIterator::hasChildren » PHP Manual Recursive ... ^test/' , RecursiveRegexIterator :: ALL_MATCHES ); foreach ( $rRegexIterator as $key1 => $value1 ) { if ( $rR ... )) { // すべての子を表示します echo "Children: " ; foreach ( $rRegexIterator -> getChildren () as $key => $va ...
https://man.plustar.jp/php/recursiveregexiterator.getchildren.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT