検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 234 for input (0.074 sec.)
Polling 4577
« parallel\Events::remove parallel\Events\Input » PHP Manual parallel\Events Polling parallel\Ev ...
https://man.plustar.jp/php/parallel-events.poll.html - [similar]
Perform Image conversion 4577
« wkhtmltox\Image\Converter::__construct wkhtmltox\Image\Converter::getVersion » PHP Manual wkht ... r::convert (): ? string Performs conversion of the input buffer パラメータ この関数にはパラメータはありませ ...
https://man.plustar.jp/php/wkhtmltox-image-converter.convert.html - [similar]
The parallel\Events\Event\Type class 4546
« parallel\Events\Event parallel\Sync » PHP Manual parallel The parallel\Events\Event\Type class ... ect was read into Event::$value */ const Read ; /* Input for Event::$source written to Event::$object */ co ...
https://man.plustar.jp/php/class.parallel-events-event-type.html - [similar]
Constructs EventHttp object(the HTTP server) 4546
« EventHttp::bind EventHttp::removeServerAlias » PHP Manual EventHttp Constructs EventHttp objec ... ; echo "URI:" , $req -> getUri (), PHP_EOL ; echo "Input headers:" ; var_dump ( $req -> getInputHeaders ()) ... ( 200 , "OK" ); echo "OK\n" ; echo "\n >> Reading input buffer ...\n" ; $buf = $req -> getInputBuffer (); ...
https://man.plustar.jp/php/eventhttp.construct.html - [similar]
PHP による HTTP 認証 4546
« 機能 クッキー(Cookies) » PHP Manual 機能 PHP による HTTP 認証 PHP による HTTP 認証 header() 関 ... ; echo "<form action='' method='post'>\n" ; echo "<input type='hidden' name='SeenBefore' value='1'>\n" ; ec ... ho "<input type='hidden' name='OldAuth' value=\"" . htmlspeci ... $_SERVER [ 'PHP_AUTH_USER' ]) . "\" />\n" ; echo "<input type='submit' value='Re Authenticate'>\n" ; echo " ...
https://man.plustar.jp/php/features.http-auth.html - [similar]
Get the type of neural network it was created as 4546
« fann_get_MSE fann_get_num_input » PHP Manual Fann 関数 Get the type of neural network it was c ...
https://man.plustar.jp/php/function.fann-get-network-type.html - [similar]
Get the number of layers in the neural network 4546
« fann_get_num_input fann_get_num_output » PHP Manual Fann 関数 Get the number of layers in the ...
https://man.plustar.jp/php/function.fann-get-num-layers.html - [similar]
Merges the train data 4546
« fann_length_train_data fann_num_input_train_data » PHP Manual Fann 関数 Merges the train data ...
https://man.plustar.jp/php/function.fann-merge-train-data.html - [similar]
Sets where the errors are logged to 4546
« fann_set_cascade_weight_multiplier fann_set_input_scaling_params » PHP Manual Fann 関数 Sets w ...
https://man.plustar.jp/php/function.fann-set-error-log.html - [similar]
複数の変数を受け取り、オプションでそれらをフィルタリングする 4546
« filter_list filter_var » PHP Manual Filter 関数 複数の変数を受け取り、オプションでそれらをフィ ... DATE_INT , 'flags' => FILTER_FORCE_ARRAY , ) ); $myinputs = filter_var_array ( $data , $args ); var_dump ( ... $myinputs ); echo "\n" ; ?> 上の例の出力は以下となります。 ... tarray"]=> array(1) { [0]=> int(2) } } 参考 filter_input_array() - 外部から変数を受け取り、オプションでそれ ... 指定したフィルタでデータをフィルタリングする filter_input() - 指定した名前の変数を外部から受け取り、オプショ ...
https://man.plustar.jp/php/function.filter-var-array.html - [similar]