検索

phrase: max: clip:
target: order:
Results of 891 - 900 of about 3128 for the (0.135 sec.)
結果セットの次行から単一カラムを返す 2256
« PDOStatement::fetchAll PDOStatement::fetchObject » PHP Manual PDOStatement 結果セットの次行から ... r FROM fruit" ); $sth -> execute (); print( "Fetch the first column from the first row in the result set: ... mn (); print( "name = $result \n" ); print( "Fetch the second column from the second row in the result se ... ult \n" ); ?> 上の例の出力は以下となります。 Fetch the first column from the first row in the result set: ... name = lemon Fetch the second column from the second row in the result se ...
https://man.plustar.jp/php/pdostatement.fetchcolumn.html - [similar]
The MongoDB\Driver\Server class 2248
« MongoDB\Driver\CursorInterface::toArray MongoDB\Driver\Server::__construct » PHP Manual MongoD ... B\Driver The MongoDB\Driver\Server class The MongoDB\Driver\Ser ... const int TYPE_RS_ARBITER = 6 ; const int TYPE_RS_OTHER = 7 ; const int TYPE_RS_GHOST = 8 ; const int TYP ... ible primary if it has not yet been checked but another memory of the replica set thinks it is the primar ... erver::getType() . MongoDB\Driver\Server::TYPE_RS_OTHER Replica set other server type, returned by MongoD ...
https://man.plustar.jp/php/class.mongodb-driver-server.html - [similar]
The ZMQSocket class 2248
« ZMQContext::setOpt ZMQSocket::bind » PHP Manual 0MQ messaging The ZMQSocket class The ZMQSocke ... ng $dsn ): ZMQSocket } 目次 ZMQSocket::bind — Bind the socket ZMQSocket::connect — Connect the socket ZMQ ... list of endpoints ZMQSocket::getPersistentId — Get the persistent id ZMQSocket::getSocketType — Get the s ... t — Get socket option ZMQSocket::isPersistent — Whether the socket is persistent ZMQSocket::recv — Receiv ... t — Set a socket option ZMQSocket::unbind — Unbind the socket 関連キーワード: ZMQSocket , public , string ...
https://man.plustar.jp/php/class.zmqsocket.html - [similar]
Determines if the set contains all values 2248
« Ds\Set::__construct Ds\Set::copy » PHP Manual Set Determines if the set contains all values Ds ... PECL ds >= 1.0.0) Ds\Set::contains — Determines if the set contains all values 説明 public Ds\Set::contai ... ns ( mixed ...$values ): bool Determines if the set contains all values. 注意 : Values of type obj ... ments Ds\Hashable , equality will be determined by the object's equals function. If an object does not im ... lement Ds\Hashable , objects must be references to the same instance to be considered equal. 警告 All com ...
https://man.plustar.jp/php/ds-set.contains.html - [similar]
Returns the current event base time 2248
« EventBase::getMethod EventBase::gotExit » PHP Manual EventBase Returns the current event base ... .2.6-beta) EventBase::getTimeOfDayCached — Returns the current event base time 説明 public EventBase::get ... TimeOfDayCached (): float On success returns the current time(as returned by gettimeofday() ), look ... ing at the cached value in base if possible, and calling gett ... imeofday() or clock_gettime() as appropriate if there is no cached time. パラメータ この関数にはパラメ ...
https://man.plustar.jp/php/eventbase.gettimeofdaycached.html - [similar]
文字列で使用されている文字に関する情報を返す 2248
« convert_uuencode crc32 » PHP Manual String 関数 文字列で使用されている文字に関する情報を返す c ... count_chars ( $data , 1 ) as $i => $val ) { echo "There were $val instance(s) of \"" , chr ( $i ) , "\" ... in the string.\n" ; } ?> 上の例の出力は以下となります。 T ... here were 4 instance(s) of " " in the string. There were 1 instance(s) of "." in the str ... ing. There were 1 instance(s) of "F" in the string. There w ...
https://man.plustar.jp/php/function.count-chars.html - [similar]
Returns the sarprop step error threshold factor 2248
« fann_get_sarprop_step_error_shift fann_get_sarprop_temperature » PHP Manual Fann 関数 Returns ... _get_sarprop_step_error_threshold_factor — Returns the sarprop step error threshold factor 説明 fann_get_ ... ep_error_threshold_factor ( resource $ann ): float The sarprop step error threshold factor. The default f ... ラメータ ann ニューラルネットワークリソース。 戻り値 The sarprop step error threshold factor, or false on e ... n_set_sarprop_step_error_threshold_factor() - Sets the sarprop step error threshold factor 関連キーワード ...
https://man.plustar.jp/php/function.fann-get-sarprop-step-error-threshold-factor... - [similar]
Returns the timestamp component of this ObjectId 2248
« MongoDB\BSON\ObjectId::__construct MongoDB\BSON\ObjectId::jsonSerialize » PHP Manual MongoDB\B ... SON\ObjectId Returns the timestamp component of this ObjectId MongoDB\BSON\ ... 2.0) MongoDB\BSON\ObjectId::getTimestamp — Returns the timestamp component of this ObjectId 説明 final pu ... blic MongoDB\BSON\ObjectId::getTimestamp (): int The timestamp component of an ObjectId is its most sig ... nificant 32 bits, which denotes the number of seconds since the Unix epoch. This value ...
https://man.plustar.jp/php/mongodb-bson-objectid.gettimestamp.html - [similar]
Execute a database query 2248
« MongoDB\Driver\Manager::executeCommand MongoDB\Driver\Manager::executeReadCommand » PHP Manual ... ongoDB\Driver\Cursor Selects a server according to the "readPreference" option and executes the query on ... that server. By default, the read preference from the MongoDB Connection URI wi ... read preference to use for selecting a server for the operation. session MongoDB\Driver\Session A sessio ... n to associate with the operation. 戻り値 成功した場合に MongoDB\Driver\Cu ...
https://man.plustar.jp/php/mongodb-driver-manager.executequery.html - [similar]
Notification method for closing the topology 2248
« MongoDB\Driver\Monitoring\SDAMSubscriber::topologyChanged MongoDB\Driver\Monitoring\SDAMSubscr ... ing\SDAMSubscriber Notification method for closing the topology MongoDB\Driver\Monitoring\SDAMSubscriber: ... ::topologyClosed — Notification method for closing the topology 説明 abstract public MongoDB\Driver\Monit ... r\Monitoring\TopologyClosedEvent $event ): void If the subscriber has been registered, the driver will ca ... ll this method when the topology is closed. パラメータ event ( MongoDB\Dri ...
https://man.plustar.jp/php/mongodb-driver-monitoring-sdamsubscriber.topologyclos... - [similar]