検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 1231 for function (0.018 sec.)
Get unstable period 3447
« trader_get_compat trader_ht_dcperiod » PHP Manual Trader 関数 Get unstable period trader_get_u ... able period 説明 trader_get_unstable_period ( int $functionId ): int Get unstable period factor for a particul ... ar function. パラメータ functionId Function ID the factor to b ... s the unstable period factor for the corresponding function. 関連キーワード: period , unstable , Get , trader ... , int , factor , functionId , function , 関数 , TRADER ...
https://man.plustar.jp/php/function.trader-get-unstable-period.html - [similar]
Get SeasLog request_id differentiated requests 3447
« SeasLog::getLastLogger SeasLog::getRequestVariable » PHP Manual SeasLog Get SeasLog request_id ... , such as not invoking the SeasLog::setRequestId() function, the unique value generated by the built-in `stati ... c char *get_uniqid ()` function is used when the request is initialized. パラメータ ... rated by the built-in `static char *get_uniqid ()` function, or setted by SeasLog::setRequestId() function. 例 ... ntiated , requests , Get , getRequestID , string , function , static , setRequestId ...
https://man.plustar.jp/php/seaslog.getrequestid.html - [similar]
Trigger a callback function after a period of time. 3447
« Swoole\Server::addProcess Swoole\Server::bind » PHP Manual Swoole\Server Trigger a callback function ... = 1.9.0) Swoole\Server::after — Trigger a callback function after a period of time. 説明 public Swoole\Server: ... 戻り値 関連キーワード: after , callback , period , function , Swoole , Server , of , time , param , ReturnType ...
https://man.plustar.jp/php/swoole-server.after.html - [similar]
Repeats a given function at every given time-interval. 3447
« Swoole\Timer::exists Swoole\WebSocket\Frame » PHP Manual Swoole\Timer Repeats a given function ... ole >= 1.9.0) Swoole\Timer::tick — Repeats a given function at every given time-interval. 説明 public static S ... ole , Timer , given , interval , param , Repeats , function , every , time , callback ...
https://man.plustar.jp/php/swoole-timer.tick.html - [similar]
Yaf_Plugin_Abstract クラス 3430
« Yaf_Loader::setLibraryPath Yaf_Plugin_Abstract::dispatchLoopShutdown » PHP Manual Yaf Yaf_Plug ... Bootstrap extends Yaf_Bootstrap_Abstract { public function _initPlugin ( Yaf_Dispatcher $dispatcher ) { /* re ... ss TestPlugin extends Yaf_Plugin_Abstract { public function routerStartup ( Yaf_Request_Abstract $request , Ya ... rewrite */ var_dump ( "routerStartup" ); } public function routerShutdown ( Yaf_Request_Abstract $request , Y ... n check */ var_dump ( "routerShutdown" ); } public function dispatchLoopStartup ( Yaf_Request_Abstract $reques ...
https://man.plustar.jp/php/class.yaf-plugin-abstract.html - [similar]
画像に関数を適用する 3430
« Imagick::frameImage Imagick::fxImage » PHP Manual Imagick 画像に関数を適用する Imagick::function ... (PECL imagick 2 >= 2.3.0, PECL imagick 3) Imagick::functionImage — 画像に関数を適用する 説明 public Imagick::f ... unctionImage ( int $function , array $arguments , int $channel = Imagick::CHANN ... ImageMagick v6 Examples - Image Transformations — Function, Multi-Argument Evaluate も参照ください。 このメソ ... ck をコンパイルした場合に使用可能です。 パラメータ function 関数定数 の一覧を参照ください。 arguments この関数 ...
https://man.plustar.jp/php/imagick.functionimage.html - [similar]
変数のスコープ 3430
« 定義済みの変数 可変変数 » PHP Manual 変数 変数のスコープ 変数のスコープ 変数のスコープは、その ... す。例えば、 <?php $a = 1 ; /* グローバルスコープ */ function test () { echo $a ; /* ローカルスコープ変数の参照 ... 示します。 例1 global の使用 <?php $a = 1 ; $b = 2 ; function Sum () { global $a , $b ; $b = $a + $b ; } Sum (); ... かわりに $GLOBALS を使用する <?php $a = 1 ; $b = 2 ; function Sum () { $GLOBALS [ 'b' ] = $GLOBALS [ 'a' ] + $GL ... します。 例3 スーパーグローバルとスコープの例 <?php function test_superglobal () { echo $_POST [ 'name' ]; } ?> ...
https://man.plustar.jp/php/language.variables.scope.html - [similar]
Fetch profiler data 3430
« LuaSandbox::getPeakMemoryUsage LuaSandbox::getVersionInfo » PHP Manual LuaSandbox Fetch profil ... er data LuaSandbox::getProfilerFunctionReport (PECL luasandbox >= 1.1.0) LuaSandbox::getPr ... ofilerFunctionReport — Fetch profiler data 説明 public LuaSandbox ... ::getProfilerFunctionReport ( int $units = LuaSandbox::SECONDS ): array ... nableProfiler() , get a report of the cost of each function. The measurement unit used for the cost is determi ...
https://man.plustar.jp/php/luasandbox.getprofilerfunctionreport.html - [similar]
Shutdown the master server process, this function can be called in worker proces... 3430
« Swoole\Server::set Swoole\Server::start » PHP Manual Swoole\Server Shutdown the master server ... process, this function can be called in worker processes. Swoole\Server:: ... hutdown — Shutdown the master server process, this function can be called in worker processes. 説明 public Swo ... shutdown , Shutdown , master , server , process , function , called , worker ...
https://man.plustar.jp/php/swoole-server.shutdown.html - [similar]
マジックメソッド 3413
« オブジェクトの反復処理 finalキーワード » PHP Manual クラスとオブジェクト マジックメソッド マジ ... nk ; private $dsn , $username , $password ; public function __construct ( $dsn , $username , $password ) { $th ... sword = $password ; $this -> connect (); } private function connect () { $this -> link = new PDO ( $this -> ds ... $this -> username , $this -> password ); } public function __sleep () { return array( 'dsn' , 'username' , 'p ... assword' ); } public function __wakeup () { $this -> connect (); } } ?> __serial ...
https://man.plustar.jp/php/language.oop5.magic.html - [similar]