検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 509 for count (0.061 sec.)
ImagickPixel のコンストラクタ 4170
« ImagickPixel::clear ImagickPixel::destroy » PHP Manual ImagickPixel ImagickPixel のコンストラク ... icit alpha value ); $draw = new \ ImagickDraw (); $count = 0 ; $black = new \ ImagickPixel ( 'rgb(0, 0, 0)' ... ); $draw -> setFillColor ( $color ); $offsetX = ( $count % $columns ) * 50 + 5 ; $offsetY = intval ( $count ... , 0 + $offsetY , 40 + $offsetX , 40 + $offsetY ); $count ++; } $image = new \ Imagick (); $image -> newImag ...
https://man.plustar.jp/php/imagickpixel.construct.html - [similar]
pixel iterator の次の行を返す 4170
« ImagickPixelIterator::getIteratorRow ImagickPixelIterator::getPreviousIteratorRow » PHP Manual ... $imageIterator = $imagick -> getPixelIterator (); $count = 0 ; while ( $pixels = $imageIterator -> getNextI ... teratorRow ()) { if (( $count % 3 ) == 0 ) { /* Loop through the pixels in the r ... iteration */ $imageIterator -> syncIterator (); } $count += 1 ; } header ( "Content-Type: image/jpg" ); ech ...
https://man.plustar.jp/php/imagickpixeliterator.getnextiteratorrow.html - [similar]
Data Structures 4115
« untaint はじめに » PHP Manual その他の基本モジュール Data Structures Data Structures はじめに ... — Returns a shallow copy of the vector Ds\Vector::count — Returns the number of values in the collection D ... py — Returns a shallow copy of the deque Ds\Deque::count — Returns the number of values in the collection D ... ::copy — Returns a shallow copy of the map Ds\Map::count — Returns the number of values in the map Ds\Map:: ... ::copy — Returns a shallow copy of the set Ds\Set::count — Returns the number of values in the set Ds\Set:: ...
https://man.plustar.jp/php/book.ds.html - [similar]
新しい WeakMap を作成する 4115
« WeakMap WeakMap::count » PHP Manual WeakMap 新しい WeakMap を作成する WeakMap::__construct (PH ... ーワード: WeakMap , 作成 , construct , パラメータ , count , public , 関数 , ...
https://man.plustar.jp/php/ext-weakmap.construct.html - [similar]
正規表現検索および置換を行う 4115
« preg_replace_callback preg_split » PHP Manual PCRE 関数 正規表現検索および置換を行う preg_repl ... string | array $subject , int $limit = -1 , int &$count = null ): string | array | null subject に関して p ... る 置換を行う最大回数。デフォルトは -1 (制限無し)。 count この引数が指定されると、置換回数が渡されます。 戻り ... ); // This will be 'foo o' now echo $str ; ?> 例5 count 引数の使用 <?php $count = 0 ; echo preg_replace (a ... rray( '/\d/' , '/\s/' ), '*' , 'xp 4 to' , - 1 , $count ); echo $count ; //3 ?> 上の例の出力は以下となりま ...
https://man.plustar.jp/php/function.preg-replace.html - [similar]
Ticks elapsed since the given value 4115
« HRTime\PerformanceCounter::getTicks HRTime\StopWatch » PHP Manual HRTime\PerformanceCounter Ti ... ks elapsed since the given value HRTime\PerformanceCounter::getTicksSince (PECL hrtime >= 0.6.0) HRTime\Per ... formanceCounter::getTicksSince — Ticks elapsed since the given v ... alue 説明 public static HRTime\PerformanceCounter::getTicksSince ( int $start ): int Returns the t ... icks count elapsed since the given start value. パラメータ st ...
https://man.plustar.jp/php/hrtime-performancecounter.gettickssince.html - [similar]
Construct a Swoole memory table with fixed size. 4115
« Swoole\Table::column Swoole\Table::count » PHP Manual Swoole\Table Construct a Swoole memory t ... ct , memory , fixed , Table , construct , column , count , swoole ...
https://man.plustar.jp/php/swoole-table.construct.html - [similar]
Create the swoole memory table. 4115
« Swoole\Table::count Swoole\Table::current » PHP Manual Swoole\Table Create the swoole memory t ... ory , Swoole , Table , the , create , パラメータ , count , public ...
https://man.plustar.jp/php/swoole-table.create.html - [similar]
Clear the poll set 4115
« ZMQPoll::add ZMQPoll::count » PHP Manual ZMQPoll Clear the poll set ZMQPoll::clear (PECL zmq > ... 関連キーワード: poll , ZMQPoll , the , パラメータ , count , zmq , public , Clears , all , from ...
https://man.plustar.jp/php/zmqpoll.clear.html - [similar]
検索結果エントリから属性を得る 4083
« ldap_free_result ldap_get_dn » PHP Manual LDAP 関数 検索結果エントリから属性を得る ldap_get_at ... いうことは問題にならないと思われます。 return_value["count"] = そのエントリの属性の数 return_value[0] = 最初の ... value[n] = n 番目の属性 return_value["attribute"]["count"] = その属性に関する値の数 return_value["attribute ... ap_get_attributes ( $ds , $entry ); echo $attrs [ "count" ] . " attributes held for this entry:<p>" ; for ( ... $i = 0 ; $i < $attrs [ "count" ]; $i ++) { echo $attrs [ $i ] . "<br />" ; } ?> ...
https://man.plustar.jp/php/function.ldap-get-attributes.html - [similar]