検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 22 for ticks (0.003 sec.)
Calls callbacks for pending operations 7626
« ZooKeeper 関数 Zookeeper » PHP Manual ZooKeeper 関数 Calls callbacks for pending operations zo ... hat to be done automatically, you also can declare ticks at the beginning of your program. After PHP 7.1, y ... ; } ?> 例2 zookeeper_dispatch() example #2 Declare ticks. <?php declare( ticks = 1 ); $client = new Zookeep ...
https://man.plustar.jp/php/function.zookeeper-dispatch.html - [similar]
画像の遅延を設定する 7575
« Imagick::setImageCompressionQuality Imagick::setImageDepth » PHP Manual Imagick 画像の遅延を設 ... なります。 パラメータ delay 画像を表示させる時間を 'ticks' で表した値。 アニメーション GIF の場合は 1 秒間に ... 100 ticks なので、 20 を設定すると 20/100 秒つまり 1/5 秒とい ... etImageDelay , アニメーション , delay , フレーム , ticks , エラー ...
https://man.plustar.jp/php/imagick.setimagedelay.html - [similar]
プロセス時間を得る 7541
« posix_strerror posix_ttyname » PHP Manual POSIX 関数 プロセス時間を得る posix_times (PHP 4, PH ... として返します。連想配列のキーは次のようになります。 ticks - リブートからの経過クロック数。 utime - 現在のプロ ... 例の出力は、 たとえば以下のようになります。 Array ( [ticks] => 25814410 [utime] => 1 [stime] => 1 [cutime] => ... あります。 関連キーワード: プロセス , 関数 , times , ticks , stime , ユーザー , utime , cstime , パラメータ , ...
https://man.plustar.jp/php/function.posix-times.html - [similar]
はじめに 7440
« PCNTL インストール/設定 » PHP Manual PCNTL はじめに はじめに PHP がサポートするプロセス制御関数 ... PCNTL はシグナルハンドルコールバックの仕組みとして ticks を 使用しており、これは以前の仕組みよりずっと高速で ... す。この変更は "user ticks" を使用するのと同じことです。 declare() を使用して ... ワード: プロセス , PCNTL , 環境 , 関数 , シグナル , ticks , サーバー , pcntl , 処理 , 仕組み ...
https://man.plustar.jp/php/intro.pcntl.html - [similar]
The HRTime\StopWatch class 7356
« HRTime\PerformanceCounter::getTicksSince HRTime\StopWatch::getElapsedTicks » PHP Manual HRTime ... rformanceCounter { /* メソッド */ public getElapsedTicks (): int public getElapsedTime ( int $unit = ? ): f ... loat public getLastElapsedTicks (): int public getLastElapsedTime ( int $unit = ? ... ): int public static HRTime\PerformanceCounter::getTicks (): int public static HRTime\PerformanceCounter::g ... etTicksSince ( int $start ): int } 目次 HRTime\StopWatch:: ...
https://man.plustar.jp/php/class.hrtime-stopwatch.html - [similar]
はじめに 6918
« HRTime インストール/設定 » PHP Manual HRTime はじめに はじめに The HRTime extension implements ... le to implement a custom stopwatch using low level ticks delivered by the underlaying APIs. 注意 : As of PH ...
https://man.plustar.jp/php/intro.hrtime.html - [similar]
各 tick で実行する関数を登録する 6700
« register_shutdown_function unregister_tick_function » PHP Manual 関数処理 関数 各 tick で実行す ... 例 例1 register_tick_function() の例 <?php declare( ticks = 1 ); // 関数をコールバックとして使用します regis ...
https://man.plustar.jp/php/function.register-tick-function.html - [similar]
基本的な使用法 6700
« 例 PCNTL 関数 » PHP Manual 例 基本的な使用法 基本的な使用法 この例は、シグナルハンドラを有する ... フォークします。 例1 プロセス制御の例 <?php declare( ticks = 1 ); $pid = pcntl_fork (); if ( $pid == - 1 ) { ...
https://man.plustar.jp/php/pcntl.example.html - [similar]
Imagick クラス 6514
« 基本的な使用法 Imagick::adaptiveBlurImage » PHP Manual ImageMagick Imagick クラス Imagick クラ ... string public getImageSize (): int public getImageTicksPerSecond (): int public getImageTotalInkDensity () ... setImageScene ( int $scene ): bool public setImageTicksPerSecond ( int $ticks_per_second ): bool public se ... mage() Imagick::getImageProfile() Imagick::setImageTicksPerSecond() Imagick::getImageProperty() Imagick::se ... setPage() Imagick::magnifyImage() Imagick::getImageTicksPerSecond() Imagick::setResolution() Imagick::matte ...
https://man.plustar.jp/php/class.imagick.html - [similar]
シグナルハンドラを設定する 6514
« pcntl_signal_get_handler pcntl_sigprocmask » PHP Manual PCNTL 関数 シグナルハンドラを設定する ... <?php // tick を使用しなければなりません declare( ticks = 1 ); // シグナルハンドラ関数 function sig_handle ...
https://man.plustar.jp/php/function.pcntl-signal.html - [similar]
PREV 1 2 3 NEXT