検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 563 for number (0.254 sec.)
値がゼロに近い時にでも精度を保つ方法で計算した log(1 + number) を返す 4319
« log10 log » PHP Manual Math 関数 値がゼロに近い時にでも精度を保つ方法で計算した log(1 + number ... がゼロに近い時にでも精度を保つ方法で計算した log(1 + number) を返す 説明 log1p ( float $num ): float log1p() は ... pm1() - 値がゼロに近い時にでも精度を保つために exp(number) - 1 を返す log() - 自然対数 log10() - 底が 10 の対 ...
https://man.plustar.jp/php/function.log1p.html - [similar]
Data Structures 4296
« untaint はじめに » PHP Manual その他の基本モジュール Data Structures Data Structures はじめに ... Sequence::rotate — Rotates the sequence by a given number of rotations Ds\Sequence::set — Updates a value at ... copy of the vector Ds\Vector::count — Returns the number of values in the collection Ds\Vector::filter — Cr ... Ds\Vector::rotate — Rotates the vector by a given number of rotations Ds\Vector::set — Updates a value at a ... ow copy of the deque Ds\Deque::count — Returns the number of values in the collection Ds\Deque::filter — Cre ...
https://man.plustar.jp/php/book.ds.html - [similar]
Creates a standard backpropagation neural network, which is not fully connected 4296
« fann_create_sparse_array fann_create_standard_array » PHP Manual Fann 関数 Creates a standard ... t as fann_create_standard() . num_layers The total number of layers including the input and the output layer ... . num_neurons1 Number of neurons in the first layer. num_neurons2 Number ... of neurons in the second layer. num_neuronsN Number of neurons in other layers. 戻り値 Returns a neura ...
https://man.plustar.jp/php/function.fann-create-sparse.html - [similar]
Returns list of directory contents in repository URL, optionally at revision num... 4266
« svn_log svn_mkdir » PHP Manual SVN 関数 Returns list of directory contents in repository URL, ... optionally at revision number svn_ls (PECL svn >= 0.1.0) svn_ls — Returns list o ... contents in repository URL, optionally at revision number 説明 svn_ls ( string $repos_url , int $revision_no ... e:///home/user/svn-repos revision Integer revision number to retrieve listing of. When omitted, the HEAD rev ... : [0] => Array ( [created_rev] => integer revision number of last edit [last_author] => string author name o ...
https://man.plustar.jp/php/function.svn-ls.html - [similar]
フォーマッタを作成した際のロケールを取得する 4266
« MessageFormatter::getErrorMessage MessageFormatter::getPattern » PHP Manual MessageFormatter フ ... ale() の例 <?php $fmt = msgfmt_create ( 'en_US' , "Number {0,number}" ); echo msgfmt_get_locale ( $fmt ); ?> ... の例 <?php $fmt = new MessageFormatter ( 'en_US' , "Number {0,number}" ); echo $fmt -> getLocale (); ?> 上の例 ...
https://man.plustar.jp/php/messageformatter.getlocale.html - [similar]
Returns the number of documents deleted 4266
« MongoDB\Driver\WriteResult MongoDB\Driver\WriteResult::getInsertedCount » PHP Manual MongoDB\D ... river\WriteResult Returns the number of documents deleted MongoDB\Driver\WriteResult::g ... \Driver\WriteResult::getDeletedCount — Returns the number of documents deleted 説明 final public MongoDB\Dri ... 関数にはパラメータはありません。 戻り値 Returns the number of documents deleted, or null if the write was not ...
https://man.plustar.jp/php/mongodb-driver-writeresult.getdeletedcount.html - [similar]
Returns the number of documents inserted (excluding upserts) 4235
« MongoDB\Driver\WriteResult::getDeletedCount MongoDB\Driver\WriteResult::getMatchedCount » PHP ... Manual MongoDB\Driver\WriteResult Returns the number of documents inserted (excluding upserts) MongoDB\ ... Driver\WriteResult::getInsertedCount — Returns the number of documents inserted (excluding upserts) 説明 fin ... 関数にはパラメータはありません。 戻り値 Returns the number of documents inserted (excluding upserts), or null ...
https://man.plustar.jp/php/mongodb-driver-writeresult.getinsertedcount.html - [similar]
Returns the number of documents inserted by an upsert 4235
« MongoDB\Driver\WriteResult::getServer MongoDB\Driver\WriteResult::getUpsertedIds » PHP Manual ... MongoDB\Driver\WriteResult Returns the number of documents inserted by an upsert MongoDB\Driver\ ... Driver\WriteResult::getUpsertedCount — Returns the number of documents inserted by an upsert 説明 final publ ... 関数にはパラメータはありません。 戻り値 Returns the number of documents inserted by an upsert. エラー / 例外 ...
https://man.plustar.jp/php/mongodb-driver-writeresult.getupsertedcount.html - [similar]
Unicode character classes 4235
« Character classes Alternation and repetition » PHP Manual Pattern matching Unicode character c ... e} Mark, enclosing. \p{Mn} Mark, nonspacing. \p{N} Number. \p{Nd} Number, decimal digit. \p{Nl} Number, lett ... er. \p{No} Number, other. \p{P} Punctuation. \p{Pc} Punctiation, con ...
https://man.plustar.jp/php/parle.regex.unicodecharclass.html - [similar]
IntlChar クラス 4205
« idn_to_utf8 IntlChar::charAge » PHP Manual intl IntlChar クラス IntlChar クラス (PHP 7, PHP 8) ... G_MARK = 8 ; const int CHAR_CATEGORY_DECIMAL_DIGIT_NUMBER = 9 ; const int CHAR_CATEGORY_LETTER_NUMBER = 10 ; ... const int CHAR_CATEGORY_OTHER_NUMBER = 11 ; const int CHAR_CATEGORY_SPACE_SEPARATOR = 1 ... HT_TO_LEFT = 1 ; const int CHAR_DIRECTION_EUROPEAN_NUMBER = 2 ; const int CHAR_DIRECTION_EUROPEAN_NUMBER_SEP ... ARATOR = 3 ; const int CHAR_DIRECTION_EUROPEAN_NUMBER_TERMINATOR = 4 ; const int CHAR_DIRECTION_ARABIC_N ...
https://man.plustar.jp/php/class.intlchar.html - [similar]