検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 563 for number (0.088 sec.)
直近の操作のエラーテキストを取得する 4091
« MessageFormatter::getErrorCode MessageFormatter::getLocale » PHP Manual MessageFormatter 直近の ... ) の例 <?php $fmt = msgfmt_create ( "en_US" , "{0, number} monkeys on {1, number} trees" ); $str = msgfmt_fo ... <?php $fmt = new MessageFormatter ( "en_US" , "{0, number} monkeys on {1, number} trees" ); $str = $fmt -> f ...
https://man.plustar.jp/php/messageformatter.geterrormessage.html - [similar]
Extracts a line from the front of the buffer 4061
« EventBuffer::readFrom EventBuffer::search » PHP Manual EventBuffer Extracts a line from the fr ... 参考 EventBuffer::copyout() - Copies out specified number of bytes from the front of the buffer EventBuffer: ... :drain() - Removes specified number of bytes from the front of the buffer without copy ... ad EventBuffer::appendFrom() - Moves the specified number of bytes from a source buffer to the end of the cu ...
https://man.plustar.jp/php/eventbuffer.readline.html - [similar]
Deletes a record from a database 4061
« dbase_create dbase_get_header_info » PHP Manual dBase 関数 Deletes a record from a database db ... 説明 dbase_delete_record ( resource $database , int $number ): bool Marks the given record to be deleted from ... urce, returned by dbase_open() or dbase_create() . number An integer which spans from 1 to the number of rec ...
https://man.plustar.jp/php/function.dbase-delete-record.html - [similar]
はじめに 4061
« dBase インストール/設定 » PHP Manual dBase はじめに はじめに 注意 : この拡張モジュールは » PEC ... ty checks are done. Available as of dbase 7.0.0. N Number A number You must declare a length and a precision ... (the number of digits after the decimal point). F Float A floa ... t number Same as N . C String A string You must declare a l ...
https://man.plustar.jp/php/intro.dbase.html - [similar]
内部的な結果ポインタを移動する 4030
« mysql_create_db mysql_db_name » PHP Manual MySQL 関数 内部的な結果ポインタを移動する mysql_dat ... 説明 mysql_data_seek ( resource $result , int $row_number ): bool mysql_data_seek() は、指定した結果 ID (re ... 指す MySQL 結果の内部ポインタが指定した行番号 (row_number)を指すように移動します。 この後、たとえば mysql_fe ... 場合には、 ここで指定した行の内容が返されます。 row_number は 0 から始まります。 row_number は 0 から mysql_n ... mysql_query() のコールにより得られたものです。 row_number 新しく結果ポインタを設定したい行番号です。 戻り値 ...
https://man.plustar.jp/php/function.mysql-data-seek.html - [similar]
ある範囲の整数を有する配列を作成する 4030
« prev reset » PHP Manual 配列 関数 ある範囲の整数を有する配列を作成する range (PHP 4, PHP 5, PH ... , 8, 9, 10, 11, 12) foreach ( range ( 0 , 12 ) as $number ) { echo $number ; } echo "\n" ; // step 引数 // a ... 80, 90, 100) foreach ( range ( 0 , 100 , 10 ) as $number ) { echo $number ; } echo "\n" ; // 文字シーケンス ...
https://man.plustar.jp/php/function.range.html - [similar]
Creates an empty training data struct 4000
« fann_create_train_from_callback fann_descale_input » PHP Manual Fann 関数 Creates an empty tra ... mpty training data struct. パラメータ num_data The number of training data num_input The number of inputs pe ... r training data num_output The number of ouputs per training data 戻り値 成功した場合にニ ...
https://man.plustar.jp/php/function.fann-create-train.html - [similar]
Sets the activation function for all the neurons in the supplied layer 4000
« fann_set_activation_function_hidden fann_set_activation_function_output » PHP Manual Fann 関数 ... tivation function for all the neurons in the layer number layer , counting the input layer as layer 0. It is ... ion The activation functions constant. layer Layer number. 戻り値 成功した場合に true 、それ以外の場合に fal ... activation steepness for supplied neuron and layer number 関連キーワード: activation , function , layer , fa ...
https://man.plustar.jp/php/function.fann-set-activation-function-layer.html - [similar]
Sets the steepness of the activation steepness for all neurons in the all hidden... 4000
« fann_set_activation_function fann_set_activation_steepness_layer » PHP Manual Fann 関数 Sets t ... activation steepness for supplied neuron and layer number fann_set_activation_steepness_layer() - Sets the a ... pness for all of the neurons in the supplied layer number fann_set_activation_steepness_output() - Sets the ... activation steepness for supplied neuron and layer number fann_set_activation_function() - Sets the activati ...
https://man.plustar.jp/php/function.fann-set-activation-steepness-hidden.html - [similar]
Sets the steepness of the activation steepness in the output layer 4000
« fann_set_activation_steepness_layer fann_set_activation_steepness » PHP Manual Fann 関数 Sets ... activation steepness for supplied neuron and layer number fann_set_activation_steepness_layer() - Sets the a ... pness for all of the neurons in the supplied layer number fann_set_activation_steepness_hidden() - Sets the ... activation steepness for supplied neuron and layer number fann_set_activation_function() - Sets the activati ...
https://man.plustar.jp/php/function.fann-set-activation-steepness-output.html - [similar]