検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 1190 for CLASS (0.007 sec.)
メソッドの配列を取得する 4362
« ReflectionClass::getMethod ReflectionClass::getModifiers » PHP Manual ReflectionClass メソッド ... の配列を取得する ReflectionClass::getMethods (PHP 5, PHP 7, PHP 8) ReflectionClass: ... s — メソッドの配列を取得する 説明 public ReflectionClass::getMethods ( ? int $filter = null ): array クラス ... ilter は、nullable になりました。 例 例1 ReflectionClass::getMethods() の基本的な使用例 <?php class Apple { ... { } private static function thirdMethod () { } } $class = new ReflectionClass ( 'Apple' ); $methods = $cla ...
https://man.plustar.jp/php/reflectionclass.getmethods.html - [similar]
Return class probabilities for previous unseen data 4362
« SVMModel::load SVMModel::predict » PHP Manual SVMModel Return class probabilities for previous ... m >= 0.1.4) SVMModel::predict_probability — Return class probabilities for previous unseen data 説明 public ... cepts an array of data and attempts to predict the class, as with the predict function. Additionally, howev ... unction returns an array of probabilities, one per class in the model, which represent the estimated chance ... of the data supplied being a member of that class. Requires that the model to be used has been train ...
https://man.plustar.jp/php/svmmodel.predict-probability.html - [similar]
Swoole 4305
« stream_wrapper_unregister はじめに » PHP Manual その他の基本モジュール Swoole Swoole はじめに ... version of Swoole Swoole\Async — The Swoole\Async class Swoole\Async::dnsLookup — Async and non-blocking h ... le — Description Swoole\Atomic — The Swoole\Atomic class Swoole\Atomic::add — Add a number to the value to ... e atomic object. Swoole\Buffer — The Swoole\Buffer class Swoole\Buffer::append — Append the string or binar ... ot be changed. Swoole\Channel — The Swoole\Channel class Swoole\Channel::__construct — Construct a Swoole C ...
https://man.plustar.jp/php/book.swoole.html - [similar]
The Pool class 4305
« Collectable::isGarbage Pool::collect » PHP Manual pthreads The Pool class The Pool class (PECL ... rences in the way required by pthreads. クラス概要 class Pool { /* プロパティ */ protected $ size ; protect ... ed $ class ; protected $ workers ; protected $ ctor ; protect ... メソッド */ public __construct ( int $size , string $class = ? , array $ctor = ? ) public collect ( Callable ... ィ size maximum number of Workers this Pool can use class the class of the Worker workers references to Work ...
https://man.plustar.jp/php/class.pool.html - [similar]
Retrieves the next row of data in a result set as an object 4282
« sqlsrv_fetch_array sqlsrv_fetch » PHP Manual SQLSRV 関数 Retrieves the next row of data in a r ... 説明 sqlsrv_fetch_object ( resource $stmt , string $className = ? , array $ctorParams = ? , int $row = ? , i ... ta in a result set as an instance of the specified class with properties that match the row field names and ... ce created by sqlsrv_query() or sqlsrv_execute() . className The name of the class to instantiate. If no cl ... ass name is specified, stdClass is instantiated. ctorParams Values passed to the c ...
https://man.plustar.jp/php/function.sqlsrv-fetch-object.html - [similar]
指定した関数を __autoload() の実装として登録する 4264
« spl_autoload_functions spl_autoload_unregister » PHP Manual SPL 関数 指定した関数を __autoload ... spl_autoload() が登録されます。 callback ( string $class_name ): void throw このパラメータは、 spl_autoload ... 関数の代わりに使う例 <?php // function __autoload($class) { // include 'classes/' . $class . '.class.php'; ... // } function my_autoloader ( $class ) { include 'classes/' . $class . '.class.php' ; } ... 名関数も使えます spl_autoload_register (function ( $class ) { include 'classes/' . $class . '.class.php' ; } ...
https://man.plustar.jp/php/function.spl-autoload-register.html - [similar]
Creates a new Pool of Workers 4241
« Pool::collect Pool::resize » PHP Manual Pool Creates a new Pool of Workers Pool::__construct ( ... 説明 public Pool::__construct ( int $size , string $class = ? , array $ctor = ? ) Construct a new pool of wo ... maximum number of workers for this pool to create class The class for new Workers. If no class is given, t ... hen it defaults to the Worker class. ctor An array of arguments to be passed to new wo ... rkers' constructors 例 例1 Creating Pools <?php class MyWorker extends Worker { public function __constr ...
https://man.plustar.jp/php/pool.construct.html - [similar]
Win32 ベース優先度クラス 4241
« Win32 エラーコード Win32 リカバリアクション » PHP Manual 定義済み定数 Win32 ベース優先度クラス ... 先度クラス 定数 値 説明 WIN32_ABOVE_NORMAL_PRIORITY_CLASS 0x00008000 WIN32_NORMAL_PRIORITY_CLASS よりも高いけ ... れど WIN32_HIGH_PRIORITY_CLASS よりは低い優先度のプロセス。 WIN32_BELOW_NORMAL_PR ... IORITY_CLASS 0x00004000 WIN32_IDLE_PRIORITY_CLASS よりも高いけれ ... ど WIN32_NORMAL_PRIORITY_CLASS よりは低い優先度のプロセス。 WIN32_HIGH_PRIORITY_C ...
https://man.plustar.jp/php/win32service.constants.basepriorities.html - [similar]
MongoDB driver classes 4178
« Script Injection Attacks MongoDB\Driver\Manager » PHP Manual MongoDB MongoDB driver classes Mo ... ngoDB driver classes MongoDB\Driver\Manager — The MongoDB\Driver\Mana ... ger class MongoDB\Driver\Manager::addSubscriber — Registers ... ongoDB\Driver\Command — The MongoDB\Driver\Command class MongoDB\Driver\Command::__construct — Create a new ... nd MongoDB\Driver\Query — The MongoDB\Driver\Query class MongoDB\Driver\Query::__construct — Create a new Q ...
https://man.plustar.jp/php/book.mongodb.html - [similar]
ZooKeeper 4178
« ZMQDevice::setTimerTimeout はじめに » PHP Manual その他のサービス ZooKeeper ZooKeeper はじめに ... s for pending operations Zookeeper — The Zookeeper class Zookeeper::addAuth — Specify application credentia ... a node synchronously Zookeeper::getAcl — Gets the acl associated with a node synchronously Zookeeper::getCh ... sociated with a node Zookeeper::setAcl — Sets the acl associated with a node synchronously Zookeeper::setDe ... her function ZookeeperConfig — The ZookeeperConfig class ZookeeperConfig::add — Add servers to the ensemble ...
https://man.plustar.jp/php/book.zookeeper.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT