検索

phrase: max: clip:
target: order:
Results of 761 - 770 of about 1461 for IN (0.110 sec.)
Move all data from a buffer provided to the current instance of EventBuffer 2403
« EventBuffer::add EventBuffer::appendFrom » PHP Manual EventBuffer Move all data from a buffer ... provided to the current instance of EventBuffer EventBuffer::addBuffer (PECL ... ove all data from a buffer provided to the current instance of EventBuffer 説明 public EventBuffer::addB ... buf ): bool Move all data from the buffer provided in buf parameter to the end of current EventBuffer . ... a destructive add. The data from one buffer moves into the other buffer. However, no unnecessary memory ...
https://man.plustar.jp/php/eventbuffer.addbuffer.html - [similar]
説明 2403
« EventBuffer::drain EventBuffer::expand » PHP Manual EventBuffer 説明 EventBuffer::enableLockin ... (PECL event >= 1.2.6-beta) EventBuffer::enableLocking — 説明 public EventBuffer::enableLocking (): void ... Enable locking on an EventBuffer so that it can safely be used b ... y multiple threads at the same time. When locking is enabled, the lock will be held when callbacks ... are invoked. This could result in deadlock if you aren't ...
https://man.plustar.jp/php/eventbuffer.enablelocking.html - [similar]
Acquires a lock on buffer 2403
« EventBuffer::freeze EventBuffer::prepend » PHP Manual EventBuffer Acquires a lock on buffer Ev ... ck (): void Acquires a lock on buffer. Can be used in pair with EventBuffer::unlock() to make a set of o ... d-safe. Note, it is not needed to lock buffers for individual operations. When locking is enabled(see Ev ... entBuffer::enableLocking() ), individual operations on event buffers are a ...
https://man.plustar.jp/php/eventbuffer.lock.html - [similar]
Free a buffer event 2403
« EventBufferEvent::enable EventBufferEvent::getDnsErrorString » PHP Manual EventBufferEvent Fre ... nt. Usually there is no need to call this method, since normally it is done within internal object destr ... wever, sometimes we have a long-time script allocating lots of instances, or a script with a heavy memor ... ere we need to free resources as soon as possible. In such cases EventBufferEvent::free() may be used to ... protect the script against running up to the memory_limit . パラメータ この ...
https://man.plustar.jp/php/eventbufferevent.free.html - [similar]
Constructs EventHttp object(the HTTP server) 2403
« EventHttp::bind EventHttp::removeServerAlias » PHP Manual EventHttp Constructs EventHttp objec ... t base. ctx EventSslContext class object. Turns plain HTTP server into HTTPS server. It means that if ct ... x is configured correctly, then the underlying buffer events will be based on OpenSSL sockets. T ... choice, e.g.: * $ php examples/http.php 8010 * 2) In another terminal connect to some address on this p ... 010 * POST /about HTTP/1.0 * Content-Type: text/plain * Content-Length: 4 * Connection: close * (press E ...
https://man.plustar.jp/php/eventhttp.construct.html - [similar]
Send an HTML reply to the client 2403
« EventHttpRequest::sendError EventHttpRequest::sendReplyChunk » PHP Manual EventHttpRequest Sen ... e client 説明 public EventHttpRequest::sendReply ( int $code , string $reason , EventBuffer $buf = ? ): ... the client. The body of the reply consists of data in optional buf parameter. パラメータ code The HTTP r ... hunk() - Send another data chunk as part of an ongoing chunked reply 関連キーワード: Send , reply , Even ...
https://man.plustar.jp/php/eventhttprequest.sendreply.html - [similar]
Returns numeric file descriptor of a socket, or stream 2403
« EventUtil::getLastSocketError EventUtil::getSocketName » PHP Manual EventUtil Returns numeric ... c static EventUtil::getSocketFd ( mixed $socket ): int Returns numeric file descriptor of a socket or st ... ket argument just like the Event extension does it internally for all methods accepting socket resource ... or stream. EventUtil::getSocketFd() returns false in case if it is whether failed to recognize the type ... of the underlying file, or detected that the file descriptor associ ...
https://man.plustar.jp/php/eventutil.getsocketfd.html - [similar]
Must be called after a fork 2403
« EvLoop::io EvLoop::now » PHP Manual EvLoop Must be called after a fork EvLoop::loopFork (PECL ... oop::loopFork (): void Must be called after a fork in the child, before entering or continuing the event ...
https://man.plustar.jp/php/evloop.loopfork.html - [similar]
Initiates the stat call 2403
« EvStat::set EvTimer » PHP Manual EvStat Initiates the stat call EvStat::stat (PECL ev >= 0.2.0 ... ) EvStat::stat — Initiates the stat call 説明 public EvStat::stat (): ... bool Initiates the stat call(updates internal cache). It s ... tats(using lstat ) the path specified in the watcher and set ... es returned by EvStat::attr 関連キーワード: stat , Initiates , call , EvStat , the , Returns , values , ...
https://man.plustar.jp/php/evstat.stat.html - [similar]
Clear watcher pending status 2403
« EvWatcher EvWatcher::__construct » PHP Manual EvWatcher Clear watcher pending status EvWatcher ... ev >= 0.2.0) EvWatcher::clear — Clear watcher pending status 説明 public EvWatcher::clear (): int If th ... e watcher is pending, this method clears its pending status and return ... s its revents bitset(as if its callback was invoked). If the watcher isn't pending it does nothin ... 0 . Sometimes it can be useful to "poll" a watcher instead of waiting for its callback to be invoked, wh ...
https://man.plustar.jp/php/evwatcher.clear.html - [similar]