検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 1259 for BE (0.110 sec.)
Constructs a new SyncSemaphore object 3920
« SyncSemaphore SyncSemaphore::lock » PHP Manual SyncSemaphore Constructs a new SyncSemaphore ob ... object. 注意 : If the name already exists, it must be able to be opened by the current user that the pro ... cess is running as or an exception will be thrown with a meaningless error message. initialva ... The initial value of the semaphore. This is the number of locks that may be obtained. autounlock Specifi ... the object is locked, and the PHP script concludes before the object is unlocked, then the underlying se ...
https://man.plustar.jp/php/syncsemaphore.construct.html - [similar]
Constructs a new SyncSharedMemory object 3920
« SyncSharedMemory SyncSharedMemory::first » PHP Manual SyncSharedMemory Constructs a new SyncSh ... object. 注意 : If the name already exists, it must be able to be opened by the current user that the pro ... cess is running as or an exception will be thrown with a meaningless error message. size The ... ory to reserve. 注意 : The amount of memory cannot be resized later. Request sufficient storage up front ... ption is thrown if the shared memory object cannot be created or opened. 例 例1 SyncSharedMemory::__cons ...
https://man.plustar.jp/php/syncsharedmemory.construct.html - [similar]
Sets one or more flags to configure the eventual EventBase will be initialized 3886
« EventConfig::requireFeatures EventConfig::setMaxDispatchInterval » PHP Manual EventConfig Sets ... ore flags to configure the eventual EventBase will be initialized EventConfig::setFlags (PECL event >= 2 ... ore flags to configure the eventual EventBase will be initialized 説明 public EventConfig::setFlags ( in ... onfigure what parts of the eventual EventBase will be initialized, and how they'll work. パラメータ flag ...
https://man.plustar.jp/php/eventconfig.setflags.html - [similar]
Returns the PHP representation of a BSON value 3886
« MongoDB\BSON\toJSON MongoDB\BSON\toRelaxedExtendedJSON » PHP Manual 関数 Returns the PHP repre ... its PHP representation. The typeMap paramater may be used to control the PHP types used for converting ... BSON arrays and documents (both root and embedded). 警告 BSON documents can technically contain ... duplicate keys because documents are stored as a list of key-value p ... documents with duplicate keys as server and driver behavior may be undefined. Since PHP objects and arra ...
https://man.plustar.jp/php/function.mongodb.bson-tophp.html - [similar]
Starts a transaction 3886
« MongoDB\Driver\Session::isInTransaction MongoDB\Driver\ClientEncryption » PHP Manual MongoDB\D ... er starting a transaction, the session object must be passed to each operation via the "session" option ... t operation with the transaction. Transactions can be committed through MongoDB\Driver\Session::commitTr ... ion::endSession() . パラメータ options Options can be passed as argument to this method. Each element in ... tion\CommandException if the transaction could not be started because of a server-side problem (e.g. a l ...
https://man.plustar.jp/php/mongodb-driver-session.starttransaction.html - [similar]
The MongoDB\BSON\Int64 class 3830
« MongoDB\BSON\DBPointer::unserialize MongoDB\BSON\Int64::__construct » PHP Manual MongoDB\BSON ... BSON type for a 64-bit integer. This class cannot be instantiated and is only created during BSON decod ... ing when a 64-bit integer cannot be represented as a PHP integer on a 32-bit platform. ... Versions of the driver before 1.5.0 would throw an exception when attempting ... 4-bit integer type. This allows 64-bit integers to be roundtripped through a 32-bit PHP environment with ...
https://man.plustar.jp/php/class.mongodb-bson-int64.html - [similar]
The MongoDB\Driver\Cursor class 3830
« MongoDB\Driver\ReadConcern::unserialize MongoDB\Driver\Cursor::__construct » PHP Manual MongoD ... the results of a MongoDB command or query and may be returned by MongoDB\Driver\Manager::executeCommand ... as a MongoDB\Driver\Cursor object. This object can be used to iterate over the result set of the command ... or query. Because MongoDB\Driver\Cursor implements the Traversa ... ad some results and then wait until more documents become available. These cursors are primarily used wi ...
https://man.plustar.jp/php/class.mongodb-driver-cursor.html - [similar]
Philosophy 3830
« Installation Functional API » PHP Manual parallel Philosophy Philosophy This section contains ... ble is also buffered so that it may not change (or be destroyed) before it is used in whichever thread t ... he variable is being passed to. An unbuffered read over a channel is ... y allocated by another thread, it can do so safely because the thread that owns the memory is waiting fo ... r the read to complete before it can continue to manipulate it, and the thre ...
https://man.plustar.jp/php/philosophy.parallel.html - [similar]
Wrap a PHP callable in a LuaSandboxFunction 3796
« LuaSandbox::unpauseUsageTimer LuaSandboxFunction » PHP Manual LuaSandbox Wrap a PHP callable i ... a PHP callable in a LuaSandboxFunction , so it can be passed into Lua as an anonymous function. The func ... n must return either an array of values (which may be empty), or null which is equivalent to returning t ... he empty array. Exceptions will be raised as errors in Lua, however only LuaSandboxRu ... ntimeError exceptions may be caught inside Lua with pcall() or xpcall() . For m ...
https://man.plustar.jp/php/luasandbox.wrapphpfunction.html - [similar]
Behaviour 3796
« parallel\Events parallel\Events::setTimeout » PHP Manual parallel\Events Behaviour parallel\Ev ... setBlocking (0.9.0) parallel\Events::setBlocking — Behaviour 説明 By default when events are polled for, ... occur (at the PHP level) until the first event can be returned: Setting blocking mode to false will caus ... ut of 0, while allowed, will cause an exception to be raised, which may be extremely slow or wasteful if ... what is really desired is non-blocking behaviour. A non-blocking loop effects the return val ...
https://man.plustar.jp/php/parallel-events.setblocking.html - [similar]