検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 405 for [SIMILAR] 16 1024 4096 WITH 20147 channel WITH 8... (0.555 sec.)
Send file to the connection. 3904
« Swoole\Server::send Swoole\Server::sendMessage » PHP Manual Swoole\Server Send file to the connection. Swoole\Server::sendfile (PECL swoole >= 1.9.0) Swoole\Server::sendfile — Send file to the connection. 説明 public Swoole\Server::sendfile ( int $fd , string $filename , int $offset = ...
https://man.plustar.jp/php/swoole-server.sendfile.html - [similar]
Write data to a file stream asynchronously 3904
« swoole_async_set swoole_async_writefile » PHP Manual Swoole 関数 Write data to a file stream asynchronously swoole_async_write (PECL swoole >= 1.9.0) swoole_async_write — Write data to a file stream asynchronously 説明 swoole_async_write ( string $filename , string $content , int $offs ...
https://man.plustar.jp/php/function.swoole-async-write.html - [similar]
Read file stream asynchronously. 3904
« Swoole\Async::dnsLookup Swoole\Async::readFile » PHP Manual Swoole\Async Read file stream asynchronously. Swoole\Async::read (PECL swoole >= 1.9.0) Swoole\Async::read — Read file stream asynchronously. 説明 public static Swoole\Async::read ( string $filename , callable $callback , int ...
https://man.plustar.jp/php/swoole-async.read.html - [similar]
Send data to the client. 3904
« Swoole\Server::resume Swoole\Server::sendfile » PHP Manual Swoole\Server Send data to the client. Swoole\Server::send (PECL swoole >= 1.9.0) Swoole\Server::send — Send data to the client. 説明 public Swoole\Server::send ( int $fd , string $data , int $reactor_id = ? ): bool 警告 この関 ...
https://man.plustar.jp/php/swoole-server.send.html - [similar]
Get the raw HTTP POST body. 3904
« Swoole\Http\Request::__destruct Swoole\Http\Response » PHP Manual Swoole\Http\Request Get the raw HTTP POST body. Swoole\Http\Request::rawcontent (PECL swoole >= 1.9.0) Swoole\Http\Request::rawcontent — Get the raw HTTP POST body. 説明 public Swoole\Http\Request::rawcontent (): string ...
https://man.plustar.jp/php/swoole-http-request.rawcontent.html - [similar]
はじめに 3904
« Swoole インストール/設定 » PHP Manual Swoole はじめに はじめに Swoole is a high-performance networking framework using an event-driven, asynchronous, non-blocking I/O model. It can be used to develop high-performance, scalable, concurrent TCP, UDP, Unix socket, HTTP, Websocket services ...
https://man.plustar.jp/php/intro.swoole.html - [similar]
Constructs a new SyncMutex object 2072
« SyncMutex SyncMutex::lock » PHP Manual SyncMutex Constructs a new SyncMutex object SyncMutex::__construct (PECL sync >= 1.0.0) SyncMutex::__construct — Constructs a new SyncMutex object 説明 public SyncMutex::__construct ( string $name = ? ) Constructs a named or unnamed countable mute ...
https://man.plustar.jp/php/syncmutex.construct.html - [similar]
Unlocks the mutex 2072
« SyncMutex::lock SyncSemaphore » PHP Manual SyncMutex Unlocks the mutex SyncMutex::unlock (PECL sync >= 1.0.0) SyncMutex::unlock — Unlocks the mutex 説明 public SyncMutex::unlock ( bool $all = false ): bool Decreases the internal counter of a SyncMutex object. When the internal counter ...
https://man.plustar.jp/php/syncmutex.unlock.html - [similar]
The SyncMutex class 2072
« 定義済み定数 SyncMutex::__construct » PHP Manual Sync The SyncMutex class The SyncMutex class (PECL sync >= 1.0.0) はじめに A cross-platform, native implementation of named and unnamed countable mutex objects. A mutex is a mutual exclusion object that restricts access to a shared resou ...
https://man.plustar.jp/php/class.syncmutex.html - [similar]
Waits for an exclusive lock 2072
« SyncMutex::__construct SyncMutex::unlock » PHP Manual SyncMutex Waits for an exclusive lock SyncMutex::lock (PECL sync >= 1.0.0) SyncMutex::lock — Waits for an exclusive lock 説明 public SyncMutex::lock ( int $wait = -1 ): bool Obtains an exclusive lock on a SyncMutex object. If the lo ...
https://man.plustar.jp/php/syncmutex.lock.html - [similar]