検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 1231 for function (0.008 sec.)
各 tick の実行用の関数の登録を解除する 3988
« register_tick_function リフレクション » PHP Manual 関数処理 関数 各 tick の実行用の関数の登録を ... 解除する unregister_tick_function (PHP 4 >= 4.0.3, PHP 5, PHP 7, PHP 8) unregister_t ... ick_function — 各 tick の実行用の関数の登録を解除する 説明 unre ... gister_tick_function ( callable $callback ): void function という名前の ... する関数 戻り値 値を返しません。 参考 register_tick_function() - 各 tick で実行する関数を登録する 関連キーワード ...
https://man.plustar.jp/php/function.unregister-tick-function.html - [similar]
関数の引数 3937
« ユーザー定義関数 戻り値 » PHP Manual 関数 関数の引数 関数の引数 引数のリストにより関数へ情報を ... もサポートしています。 例1 関数に配列を渡す <?php function takes_array ( $input ) { echo " $input [ 0 ] + $in ... 。 例2 関数の引数リストの最後にカンマを付ける <?php function takes_many_args ( $first_arg , $second_arg , $a_ve ... ます。 例3 関数のパラメータのリファレンス渡し <?php function add_some_extra (& $string ) { $string .= 'and some ... さい。 例4 関数におけるデフォルト引数の使用法 <?php function makecoffee ( $type = "cappuccino" ) { return "Maki ...
https://man.plustar.jp/php/functions.arguments.html - [similar]
Set a function to be called on task completion 3937
« GearmanClient::setClientCallback GearmanClient::setContext » PHP Manual GearmanClient Set a function ... 0.5.0) GearmanClient::setCompleteCallback — Set a function to be called on task completion 説明 public Gearma ... Callback ( callable $callback ): bool Use to set a function to be called when a GearmanTask is completed, or w ... ot used for individual jobs. パラメータ callback A function to be called 戻り値 成功した場合に true を、失敗し ... 。 参考 GearmanClient::setDataCallback() - Callback function when there is a data packet for a task GearmanClie ...
https://man.plustar.jp/php/gearmanclient.setcompletecallback.html - [similar]
Unregister all function names with the job servers 3937
« GearmanWorker::unregister GearmanWorker::wait » PHP Manual GearmanWorker Unregister all function ... 6.0) GearmanWorker::unregisterAll — Unregister all function names with the job servers 説明 public GearmanWork ... All (): bool Unregisters all previously registered functions, ensuring that no more jobs are sent to this work ... value. 参考 GearmanWorker::register() - Register a function with the job server GearmanWorker::unregister() - ... Unregister a function name with the job servers 関連キーワード: function ...
https://man.plustar.jp/php/gearmanworker.unregisterall.html - [similar]
Wait for and perform jobs 3920
« GearmanWorker::wait GearmanException » PHP Manual GearmanWorker Wait for and perform jobs Gear ... e assigned and then calls the appropriate callback function. Issues an E_WARNING with the last Gearman error i ... alhost) $worker -> addServer (); # add the reverse function $worker -> addFunction ( "reverse" , "my_reverse_f ... g for job submissions while ( $worker -> work ()); function my_reverse_function ( $job ) { return strrev ( $jo ... b -> workload ()); } ?> 参考 GearmanWorker::addFunction() - Register and add callback function 関連キーワー ...
https://man.plustar.jp/php/gearmanworker.work.html - [similar]
遅延静的束縛 (Late Static Bindings) 3903
« オブジェクトの比較 オブジェクトと参照 » PHP Manual クラスとオブジェクト 遅延静的束縛 (Late Sta ... 例1 self:: の使用例 <?php class A { public static function who () { echo __CLASS__ ; } public static function ... f :: who (); } } class B extends A { public static function who () { echo __CLASS__ ; } } B :: test (); ?> 上の ... : のシンプルな使用法 <?php class A { public static function who () { echo __CLASS__ ; } public static function ... 縛が行われます } } class B extends A { public static function who () { echo __CLASS__ ; } } B :: test (); ?> 上の ...
https://man.plustar.jp/php/language.oop5.late-static-bindings.html - [similar]
Sets the activation steepness for supplied neuron and layer number 3880
« fann_set_activation_steepness_output fann_set_bit_fail_limit » PHP Manual Fann 関数 Sets the a ... in the input layer. The steepness of an activation function says something about how fast the activation funct ... um to the maximum. A high value for the activation function will also give a more aggressive training. When tr ... emes (usually 0 and 1, depending on the activation function), a steep activation function can be used (e.g. 1. ... pplied neuron and layer number fann_set_activation_function() - Sets the activation function for supplied neur ...
https://man.plustar.jp/php/function.fann-set-activation-steepness.html - [similar]
PHP および DTrace の使用 3863
« PHP および DTrace への入門 PHP DTrace 静的プローブとともに SystemTap を使用 » PHP Manual DTrac ... 後に発射されます。 char * request_file , int lineno function-entry PHP エンジンが、PHP の関数またはメソッドの呼 ... び出しに入り込む際に発射されます。 char * function_name , char * request_file , int lineno , char * c ... lassname , char * scope function-return PHP エンジンが、PHP の関数またはメソッドの呼 ... び出しから戻る際に発射されます。 char * function_name , char * request_file , int lineno , char * c ...
https://man.plustar.jp/php/features.dtrace.dtrace.html - [similar]
Trains on an entire dataset for a period of time 3863
« fann_train_epoch fann_train_on_file » PHP Manual Fann 関数 Trains on an entire dataset for a p ... ts The number of epochs between calling a callback function. A value of zero means that user function is not c ... E() or fann_get_bit_fail() , depending on the stop function chosen by fann_set_train_stop_function() 戻り値 成 ... square error from the network fann_set_train_stop_function() - Sets the stop function used during training fa ... algorithm fann_set_callback() - Sets the callback function for use during training 関連キーワード: fann , Tra ...
https://man.plustar.jp/php/function.fann-train-on-data.html - [similar]
Trains on an entire dataset, which is read from file, for a period of time 3863
« fann_train_on_data fann_train » PHP Manual Fann 関数 Trains on an entire dataset, which is rea ... eports The number of epochs between calling a user function. A value of zero means that user function is not c ... E() or fann_get_bit_fail() , depending on the stop function chosen by fann_set_train_stop_function() 戻り値 成 ... square error from the network fann_set_train_stop_function() - Sets the stop function used during training fa ... algorithm fann_set_callback() - Sets the callback function for use during training 関連キーワード: fann , fil ...
https://man.plustar.jp/php/function.fann-train-on-file.html - [similar]