検索

phrase: max: clip:
target: order:
Results of 231 - 240 of about 2407 for a (0.068 sec.)
Predict a value for previously unseen data 2939
« SVMModel::predict_probability SVMModel::save » PHP Manual SVMModel Predict a value for previou ... sly unseen data SVMModel::predict (PECL svm >= 0.1.0) SVMModel:: ... predict — Predict a value for previously unseen data 説明 public SVMMo ... del::predict ( array $data ): float This function accepts an array ... of data and attempts to predict the class or regression ...
https://man.plustar.jp/php/svmmodel.predict.html - [similar]
定義済み定数 2926
« リソース型 例 » PHP Manual CUBRID 定義済み定数 定義済み定数 以下の定数が定義されています。 この ... されている場合のみ使用可能です。 The following constants can be used when executing SQL statement. They ... can be passed to cubrid_prepare() and cubrid_execute( ... ) . CUBRID SQL execution flags Constant Description CUBRID_INCLUDE_OID Determin ... whether to get OID during query execution. CUBRID_ASYNC Execute the query in asynchronous mode. CUBRID ...
https://man.plustar.jp/php/cubrid.constants.html - [similar]
Creates a new set by intersecting values with another set 2926
« Ds\Set::get Ds\Set::isEmpty » PHP Manual Set Creates a new set by intersecting values with ano ... ntersect (PECL ds >= 1.0.0) Ds\Set::intersect — Creates a new set by intersecting values with another s ... ublic Ds\Set::intersect ( Ds\Set $set ): Ds\Set Creates a new set using values common to both the curre ... nt instance and another set . In other words, returns a cop ... y of the current instance with all values removed that are not in the oth ...
https://man.plustar.jp/php/ds-set.intersect.html - [similar]
Register a function with the job server 2926
« GearmanWorker::options GearmanWorker::removeOptions » PHP Manual GearmanWorker Register a func ... tion with the job server GearmanWorker::register (PECL gearman >= 0.6.0) Gearma ... nWorker::register — Register a function with the job server 説明 public GearmanWo ... rker::register ( string $function_name , int $timeout = ? ): bool Registers a function ... name with the job server with an optional timeout. Th ...
https://man.plustar.jp/php/gearmanworker.register.html - [similar]
Call a Lua function 2926
« LuaSandboxFunction LuaSandboxFunction::__construct » PHP Manual LuaSandboxFunction Call a Lua ... function LuaSandboxFunction::call (PECL luasandbox >= 1.0.0) Lu ... aSandboxFunction::call — Call a Lua function 説明 publ ... ic LuaSandboxFunction::call ( string ...$args ): array | ... bool Calls a Lua function. Errors considered to be the fau ...
https://man.plustar.jp/php/luasandboxfunction.call.html - [similar]
The SyncSemaphore class 2917
« SyncMutex::unlock SyncSemaphore::__construct » PHP Manual Sync The SyncSemaphore class The Syn ... cSemaphore class (PECL sync >= 1.0.0) はじめに A cross-p ... latform, native implementation of named and unnamed s ... emaphore objects. A semaphore restricts access to a li ... mited resource to a limited number of instances. Semaphores differ fro ...
https://man.plustar.jp/php/class.syncsemaphore.html - [similar]
リソース型 2917
« 実行時設定 定義済み定数 » PHP Manual インストール/設定 リソース型 リソース型 There are four re ... n CUBRID. The first one is the link identifier for a database connection, the second is the a resource ... which holds the result of a query, and the last two a resource which holds the ... query results of BLOB/CLOB data types. connection identifier A connection identi ... () , cubrid_connect_with_url() , cubrid_pconnect() and cubrid_pconnect_with_url() . request identifier ...
https://man.plustar.jp/php/cubrid.resources.html - [similar]
Creates a new map by intersecting keys with another map 2917
« Ds\Map::hasValue Ds\Map::isEmpty » PHP Manual Map Creates a new map by intersecting keys with ... another map Ds\Map::intersect (PECL ds >= 1.0.0) Ds\Map::inte ... rsect — Creates a new map by intersecting keys with another map ... 説明 public Ds\Map::intersect ( Ds\Map $map ): Ds\Map Creates a new ... map containing the pairs of the current instance whos ...
https://man.plustar.jp/php/ds-map.intersect.html - [similar]
Returns a copy, sorted by key 2917
« Ds\Map::ksort Ds\Map::last » PHP Manual Map Returns a copy, sorted by key Ds\Map::ksorted (No ... version information available, might only be in Git) Ds\Map::ksort ... ed — Returns a copy, sorted by key 説明 public Ds\Map::ksorted ( ... callable $comparator = ? ): Ds\Map Returns a copy sor ... ted by key, using an optional comparator function. パラメータ comparat ...
https://man.plustar.jp/php/ds-map.ksorted.html - [similar]
リファレンスが行うことは何ですか? 2917
« リファレンスとは? リファレンスが行わないこと » PHP Manual リファレンスの説明 リファレンスが行う ... すようにできます。 次の例を考えてみましょう。 <?php $a =& $b ; ?> この場合、 $a と $b は同じ内容を指します ... 。 注意 : ここで、 $a と $b は完全に 同じで、 $a が $b を 指しているわけ ... ではなく、その逆でもありません。 $a と $b は同じ場所を指しているのです。 注意 : 未定義 ... 義の変数のリファレンスの使用 <?php function foo (& $var ) { } foo ( $a ); // $a が作成され、null が代入さ ...
https://man.plustar.jp/php/language.references.whatdo.html - [similar]