検索

phrase: max: clip:
target: order:
Results of 271 - 280 of about 456 for callback (0.044 sec.)
関数・メソッド 3720
« 索引 サンプル » PHP Manual 索引 関数・メソッド 関数・メソッド マニュアル内の全関数およびメソッ ... terator::__toString - 現在の要素の文字列表現を返す CallbackFilterIterator::accept - 現在の値、現在のキー、そし ... て内部イテレータを引数としてでコールバックを呼び出す CallbackFilterIterator::__construct - フィルタリングしたイテ ... Ds\Deque::apply - Updates all values by applying a callback function to each value Ds\Deque::capacity - Return ... e Ds\Deque::map - Returns the result of applying a callback to each value Ds\Deque::merge - Returns the result ...
https://man.plustar.jp/php/indexes.functions.html - [similar]
Creates instance of a stopped EvIdle watcher object 3696
« EvIdle::__construct EvIo » PHP Manual EvIdle Creates instance of a stopped EvIdle watcher obje ... inal public static EvIdle::createStopped ( string $callback , mixed $data = ? , int $priority = ? ): object Th ... oesn't start the watcher automatically. パラメータ callback See Watcher callbacks . data Custom data associate ...
https://man.plustar.jp/php/evidle.createstopped.html - [similar]
Pause the CPU usage timer 3696
« LuaSandbox::loadString LuaSandbox::registerLibrary » PHP Manual LuaSandbox Pause the CPU usage ... er. This only has effect when called from within a callback from Lua. When execution returns to Lua, the timer ... e unpaused for the duration of that call. If a PHP callback calls into Lua again with timer not paused, and th ... $end ) { // waste CPU cycles } } // Register a PHP callback $sandbox -> registerLibrary ( 'php' , [ 'test' => ...
https://man.plustar.jp/php/luasandbox.pauseusagetimer.html - [similar]
ユーザー定義の比較関数を使ってソートを行い、インデックスとの関連を管理する 3679
« ArrayIterator::setFlags ArrayIterator::uksort » PHP Manual ArrayIterator ユーザー定義の比較関数 ... 理する 説明 public ArrayIterator::uasort ( callable $callback ): bool この関数は、ユーザー定義の比較関数を使って ... 配列におけるそれらの並び順は不定でした。 パラメータ callback 比較関数は、最初の引数と二番目の引数の比較結果を返 ... 目の引数より小さい場合は負の数を返す必要があります。 callback ( mixed $a , mixed $b ): int 戻り値 常に true を返 ...
https://man.plustar.jp/php/arrayiterator.uasort.html - [similar]
OAuthProvider クラス 3679
« OAuth::setVersion OAuthProvider::addRequiredParameter » PHP Manual OAuth OAuthProvider クラス ... ams_array = ? ) public consumerHandler ( callable $callback_function ): void final public static generateToken ... h ): bool public timestampNonceHandler ( callable $callback_function ): void public tokenHandler ( callable $c ...
https://man.plustar.jp/php/class.oauthprovider.html - [similar]
Execution Scheduler 3679
« UI\Area::setSize UI\Executor::__construct » PHP Manual UI Execution Scheduler Execution Schedu ... This facility schedules repetitive execution of a callback, useful for animations and other such activities. ... — Stop Executor UI\Executor::onExecute — Execution Callback UI\Executor::setInterval — Interval Manipulation 関 ...
https://man.plustar.jp/php/class.ui-executor.html - [similar]
Create stopped EvIo watcher object 3679
« EvIo::__construct EvIo::set » PHP Manual EvIo Create stopped EvIo watcher object EvIo::createS ... reateStopped ( mixed $fd , int $events , callable $callback , mixed $data = null , int $priority = 0 ): EvIo T ... truct() events The same as for EvIo::__construct() callback See Watcher callbacks . data Custom data associate ...
https://man.plustar.jp/php/evio.createstopped.html - [similar]
ヒストリに 1 行追加する 3679
« Readline 関数 readline_callback_handler_install » PHP Manual Readline 関数 ヒストリに 1 行追加 ... ワード: ヒストリ , 追加 , 関数 , history , prompt , callback , handler , install , string , パラメータ ...
https://man.plustar.jp/php/function.readline-add-history.html - [similar]
ヒストリをクリアする 3679
« readline_callback_read_char readline_completion_function » PHP Manual Readline 関数 ヒストリを ... ヒストリ , クリア , 関数 , history , パラメータ , callback , read , completion , function , 成功 ...
https://man.plustar.jp/php/function.readline-clear-history.html - [similar]
保存用表現から PHP の値を生成する 3679
« strval unset » PHP Manual 変数操作 関数 保存用表現から PHP の値を生成する unserialize (PHP 4, ... いれば) をコールしようとします。 注意 : unserialize_callback_func ディレクティブ コールバック関数を設定すること ... 化する必要がある場合にコールされます。 ' unserialize_callback_func 'を定義するためには、 php.ini , ini_set() , . ... す。 $session_data = array(); } } ?> 例2 unserialize_callback_func の例 <?php $serialized_object = 'O:1:"a":1:{s ... :5:"value";s:3:"100";}' ; ini_set ( 'unserialize_callback_func' , 'mycallback' ); // 独自のコールバック関数を ...
https://man.plustar.jp/php/function.unserialize.html - [similar]