検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 123 for second (0.001 sec.)
Constructs an EvTimer watcher object 13461
« EvTimer::again EvTimer::createStopped » PHP Manual EvTimer Constructs an EvTimer watcher objec ... after Configures the timer to trigger after after seconds. repeat If repeat is 0.0 , then it will automatic ... ically be configured to trigger again every repeat seconds later, until stopped manually. callback See Watch ... ers <?php // Create and start timer firing after 2 seconds $w1 = new EvTimer ( 2 , 0 , function () { echo "2 ... seconds elapsed\n" ; }); // Create and launch timer firin ...
https://man.plustar.jp/php/evtimer.construct.html - [similar]
画像の ticks-per-second を取得する 11265
« Imagick::getImageSize Imagick::getImageTotalInkDensity » PHP Manual Imagick 画像の ticks-per-second ... econd を取得する Imagick::getImageTicksPerSecond (PECL imagick 2, PECL imagick 3) Imagick::getImage ... TicksPerSecond — 画像の ticks-per-second を取得する 説明 public I ... magick::getImageTicksPerSecond (): int 画像の ticks-per-second を取得します。 パラ ... にはパラメータはありません。 戻り値 画像の ticks-per-second を返します。 エラー / 例外 エラー時に ImagickExcep ...
https://man.plustar.jp/php/imagick.getimagetickspersecond.html - [similar]
Timer frequency in ticks per second 10512
« HRTime\PerformanceCounter HRTime\PerformanceCounter::getTicks » PHP Manual HRTime\PerformanceC ... ounter Timer frequency in ticks per second HRTime\PerformanceCounter::getFrequency (PECL hrti ... unter::getFrequency — Timer frequency in ticks per second 説明 public static HRTime\PerformanceCounter::getF ... y (): int Returns the timer frequency in ticks per second. This value is constant after the system start on ... mer frequency. 関連キーワード: frequency , ticks , second , Timer , HRTime , PerformanceCounter , in , getFr ...
https://man.plustar.jp/php/hrtime-performancecounter.getfrequency.html - [similar]
画像の ticks-per-second を設定する 10364
« Imagick::setImageScene Imagick::setImageType » PHP Manual Imagick 画像の ticks-per-second を設 ... 定する Imagick::setImageTicksPerSecond (PECL imagick 2, PECL imagick 3) Imagick::setImage ... TicksPerSecond — 画像の ticks-per-second を設定する 説明 public I ... magick::setImageTicksPerSecond ( int $ticks_per_second ): bool アニメーション画像 ... 更しません。常に 100 です。 そのかわりに、'ticks per second' を変更し、フレームを表示する時間を変更したように見 ...
https://man.plustar.jp/php/imagick.setimagetickspersecond.html - [similar]
8859
« 定義済み定数 ウォッチャー » PHP Manual Ev 例 例 例1 タイマーのサンプル <?php // タイマーを作り ... $w1 = new EvTimer ( 2 , 0 , function () { echo "2 seconds elapsed\n" ; }); // タイマーを作って 2 秒後に起動 ... ( 2 , 1 , function ( $w ) { echo "is called every second, is launched after 2 seconds\n" ; echo "iteration ... ; Ev :: run ( Ev :: RUN_ONCE ); echo "Restart the second watcher and try to handle the same events, but don ... 上の例の出力は、 たとえば以下のようになります。 2 seconds elapsed is called every second, is launched after ...
https://man.plustar.jp/php/ev.examples.html - [similar]
Removes a Query Field (qf parameter) 8476
« SolrDisMaxQuery::removePhraseField SolrDisMaxQuery::removeTrigramPhraseField » PHP Manual Solr ... addQueryField ( 'first' , 3 ) -> addQueryField ( 'second' , 0.2 ) -> addQueryField ( 'cat' ); echo $dismaxQ ... uery . PHP_EOL ; // remove field 'second' echo $dismaxQuery -> removeQueryField ( 'second' ... ようになります。 q=lucene&defType=edismax&qf=first^3 second^0.2 cat q=lucene&defType=edismax&qf=first^3 cat 参 ...
https://man.plustar.jp/php/solrdismaxquery.removequeryfield.html - [similar]
指定した日付/時刻の詳細な情報を連想配列で返す 8402
« date_parse_from_format date_sub » PHP Manual 日付・時刻 関数 指定した日付/時刻の詳細な情報を連 ... ' => int(12) 'hour' => int(10) 'minute' => int(0) 'second' => int(0) 'fraction' => double(0.5) 'warning_coun ... ' => int(2) 'hour' => int(10) 'minute' => int(28) 'second' => int(17) 'fraction' => double(0) 'warning_count ... ' => int(2) 'hour' => int(10) 'minute' => int(28) 'second' => int(17) 'fraction' => double(0) 'warning_count ... (2) 'hour' => bool(false) 'minute' => bool(false) 'second' => bool(false) 'fraction' => bool(false) 'warning ...
https://man.plustar.jp/php/function.date-parse.html - [similar]
時刻を設定する 8106
« DateTime::setISODate DateTime::setTimestamp » PHP Manual DateTime 時刻を設定する DateTime::set ... DateTime::setTime ( int $hour , int $minute , int $second = 0 , int $microsecond = 0 ): DateTime 手続き型 da ... DateTime $object , int $hour , int $minute , int $second = 0 , int $microsecond = 0 ): DateTime DateTime オ ... 更します。 hour その時刻の時。 minute その時刻の分。 second その時刻の秒。 microsecond その時刻のマイクロ秒。 ... nt , オブジェクト , setTime , date , minute , microsecond , second ...
https://man.plustar.jp/php/datetime.settime.html - [similar]
日付/時刻 の値を文字列としてフォーマットする 7958
« IntlDateFormatter::create IntlDateFormatter::formatObject » PHP Manual IntlDateFormatter 日付/ ... Angeles' , IntlDateFormatter :: GREGORIAN ); echo 'Second Formatted output is ' . datefmt_format ( $fmt , 0 ... DateFormatter :: GREGORIAN , 'MM/dd/yyyy' ); echo "Second Formatted output with pattern is " . datefmt_forma ... Angeles' , IntlDateFormatter :: GREGORIAN ); echo 'Second Formatted output is ' . $fmt -> format ( 0 ); $fmt ... DateFormatter :: GREGORIAN , 'MM/dd/yyyy' ); echo 'Second Formatted output with pattern is ' . $fmt -> forma ...
https://man.plustar.jp/php/intldateformatter.format.html - [similar]
Removes a Phrase Field (pf parameter) 7575
« SolrDisMaxQuery::removeBoostQuery SolrDisMaxQuery::removeQueryField » PHP Manual SolrDisMaxQue ... raseField ( 'first' , 3 , 1 ) -> addPhraseField ( 'second' , 4 , 1 ) -> addPhraseField ( 'cat' , 55 ); echo ... HP_EOL ; echo $dismaxQuery -> removePhraseField ( 'second' ); ?> 上の例の出力は、 たとえば以下のようになりま ... す。 q=lucene&defType=edismax&pf=first~1^3 second~1^4 cat^55 q=lucene&defType=edismax&pf=first~1^3 c ...
https://man.plustar.jp/php/solrdismaxquery.removephrasefield.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT