SYMBOL INDEX (442 symbols across 32 files) FILE: src/Connection/AsyncTcpConnection.php class AsyncTcpConnection (line 51) | class AsyncTcpConnection extends TcpConnection method __construct (line 158) | public function __construct(string $remoteAddress, array $socketContex... method reconnect (line 223) | public function reconnect(int $after = 0): void method connect (line 242) | public function connect(): void method emitError (line 310) | protected function emitError(int $code, mixed $msg): void method cancelReconnect (line 325) | public function cancelReconnect(): void method getRemoteHost (line 338) | public function getRemoteHost(): string method getRemoteURI (line 348) | public function getRemoteURI(): string method checkConnection (line 358) | public function checkConnection(): void FILE: src/Connection/AsyncUdpConnection.php class AsyncUdpConnection (line 41) | class AsyncUdpConnection extends UdpConnection method __construct (line 77) | public function __construct($remoteAddress, $contextOption = []) method baseRead (line 107) | public function baseRead($socket): void method close (line 134) | public function close(mixed $data = null, bool $raw = false): void method send (line 165) | public function send(mixed $sendBuffer, bool $raw = false): bool|null method connect (line 184) | public function connect(): void FILE: src/Connection/ConnectionInterface.php class ConnectionInterface (line 28) | #[AllowDynamicProperties] method send (line 103) | abstract public function send(mixed $sendBuffer, bool $raw = false): b... method getRemoteIp (line 110) | abstract public function getRemoteIp(): string; method getRemotePort (line 117) | abstract public function getRemotePort(): int; method getRemoteAddress (line 124) | abstract public function getRemoteAddress(): string; method getLocalIp (line 131) | abstract public function getLocalIp(): string; method getLocalPort (line 138) | abstract public function getLocalPort(): int; method getLocalAddress (line 145) | abstract public function getLocalAddress(): string; method close (line 154) | abstract public function close(mixed $data = null, bool $raw = false):... method isIpV4 (line 161) | abstract public function isIpV4(): bool; method isIpV6 (line 168) | abstract public function isIpV6(): bool; method error (line 174) | public function error(Throwable $exception): void FILE: src/Connection/TcpConnection.php class TcpConnection (line 66) | class TcpConnection extends ConnectionInterface implements JsonSerializable method __construct (line 412) | public function __construct(EventInterface $eventLoop, $socket, string... method getStatus (line 439) | public function getStatus(bool $rawOutput = true): int|string method send (line 454) | public function send(mixed $sendBuffer, bool $raw = false): bool|null method getRemoteIp (line 545) | public function getRemoteIp(): string method getRemotePort (line 559) | public function getRemotePort(): int method getRemoteAddress (line 572) | public function getRemoteAddress(): string method getLocalIp (line 582) | public function getLocalIp(): string method getLocalPort (line 597) | public function getLocalPort(): int method getLocalAddress (line 612) | public function getLocalAddress(): string method getSendBufferQueueSize (line 625) | public function getSendBufferQueueSize(): int method getRecvBufferQueueSize (line 635) | public function getRecvBufferQueueSize(): int method pauseRecv (line 645) | public function pauseRecv(): void method resumeRecv (line 658) | public function resumeRecv(): void method baseRead (line 675) | public function baseRead($socket, bool $checkEof = true): void method baseWrite (line 831) | public function baseWrite(): void method doSslHandshake (line 880) | public function doSslHandshake($socket): bool|int method pipe (line 931) | public function pipe(self $dest): void method consumeRecvBuffer (line 945) | public function consumeRecvBuffer(int $length): void method close (line 957) | public function close(mixed $data = null, bool $raw = false): void method end (line 989) | public function end(mixed $data = null, bool $raw = false): void method endMaybeShutdownWrite (line 1024) | protected function endMaybeShutdownWrite(): void method isIpV4 (line 1059) | public function isIpV4(): bool method isIpV6 (line 1072) | public function isIpV6(): bool method getSocket (line 1085) | public function getSocket() method checkBufferWillFull (line 1095) | protected function checkBufferWillFull(): void method bufferIsFull (line 1111) | protected function bufferIsFull(): bool method bufferIsEmpty (line 1132) | public function bufferIsEmpty(): bool method destroy (line 1142) | public function destroy(): void method jsonSerialize (line 1201) | public function jsonSerialize(): array method __unserialize (line 1224) | public function __unserialize(array $data): void method __destruct (line 1234) | public function __destruct() FILE: src/Connection/UdpConnection.php class UdpConnection (line 32) | class UdpConnection extends ConnectionInterface implements JsonSerializable method __construct (line 57) | public function __construct( method send (line 68) | public function send(mixed $sendBuffer, bool $raw = false): bool|null method getRemoteIp (line 84) | public function getRemoteIp(): string method getRemotePort (line 98) | public function getRemotePort(): int method getRemoteAddress (line 111) | public function getRemoteAddress(): string method getLocalIp (line 121) | public function getLocalIp(): string method getLocalPort (line 136) | public function getLocalPort(): int method getLocalAddress (line 151) | public function getLocalAddress(): string method close (line 164) | public function close(mixed $data = null, bool $raw = false): void method isIpV4 (line 184) | public function isIpV4(): bool method isIpV6 (line 197) | public function isIpV6(): bool method getSocket (line 213) | public function getSocket() method jsonSerialize (line 223) | public function jsonSerialize(): array FILE: src/Events/Ev.php class Ev (line 21) | final class Ev implements EventInterface method delay (line 66) | public function delay(float $delay, callable $func, array $args = []):... method offDelay (line 80) | public function offDelay(int $timerId): bool method offRepeat (line 93) | public function offRepeat(int $timerId): bool method repeat (line 101) | public function repeat(float $interval, callable $func, array $args = ... method onReadable (line 111) | public function onReadable($stream, callable $func): void method offReadable (line 121) | public function offReadable($stream): bool method onWritable (line 135) | public function onWritable($stream, callable $func): void method offWritable (line 145) | public function offWritable($stream): bool method onSignal (line 159) | public function onSignal(int $signal, callable $func): void method offSignal (line 168) | public function offSignal(int $signal): bool method deleteAllTimer (line 181) | public function deleteAllTimer(): void method run (line 192) | public function run(): void method stop (line 200) | public function stop(): void method getTimerCount (line 208) | public function getTimerCount(): int method setErrorHandler (line 216) | public function setErrorHandler(callable $errorHandler): void method safeCall (line 226) | private function safeCall(callable $func, array $args = []): void FILE: src/Events/Event.php class Event (line 22) | final class Event implements EventInterface method __construct (line 81) | public function __construct() method delay (line 100) | public function delay(float $delay, callable $func, array $args = []):... method offDelay (line 118) | public function offDelay(int $timerId): bool method offRepeat (line 131) | public function offRepeat(int $timerId): bool method repeat (line 139) | public function repeat(float $interval, callable $func, array $args = ... method onReadable (line 156) | public function onReadable($stream, callable $func): void method offReadable (line 169) | public function offReadable($stream): bool method onWritable (line 183) | public function onWritable($stream, callable $func): void method offWritable (line 196) | public function offWritable($stream): bool method onSignal (line 210) | public function onSignal(int $signal, callable $func): void method offSignal (line 223) | public function offSignal(int $signal): bool method deleteAllTimer (line 237) | public function deleteAllTimer(): void method run (line 248) | public function run(): void method stop (line 256) | public function stop(): void method getTimerCount (line 264) | public function getTimerCount(): int method setErrorHandler (line 272) | public function setErrorHandler(callable $errorHandler): void method safeCall (line 282) | private function safeCall(callable $func, array $args = []): void FILE: src/Events/EventInterface.php type EventInterface (line 19) | interface EventInterface method delay (line 29) | public function delay(float $delay, callable $func, array $args = []):... method offDelay (line 37) | public function offDelay(int $timerId): bool; method repeat (line 47) | public function repeat(float $interval, callable $func, array $args = ... method offRepeat (line 55) | public function offRepeat(int $timerId): bool; method onReadable (line 64) | public function onReadable($stream, callable $func): void; method offReadable (line 72) | public function offReadable($stream): bool; method onWritable (line 81) | public function onWritable($stream, callable $func): void; method offWritable (line 89) | public function offWritable($stream): bool; method onSignal (line 98) | public function onSignal(int $signal, callable $func): void; method offSignal (line 106) | public function offSignal(int $signal): bool; method deleteAllTimer (line 113) | public function deleteAllTimer(): void; method run (line 120) | public function run(): void; method stop (line 127) | public function stop(): void; method getTimerCount (line 134) | public function getTimerCount(): int; method setErrorHandler (line 142) | public function setErrorHandler(callable $errorHandler): void; FILE: src/Events/Fiber.php class Fiber (line 29) | final class Fiber implements EventInterface method __construct (line 74) | public function __construct() method driver (line 84) | public function driver(): Driver method run (line 92) | public function run(): void method stop (line 100) | public function stop(): void method delay (line 114) | public function delay(float $delay, callable $func, array $args = []):... method repeat (line 129) | public function repeat(float $interval, callable $func, array $args = ... method onReadable (line 140) | public function onReadable($stream, callable $func): void method offReadable (line 153) | public function offReadable($stream): bool method onWritable (line 167) | public function onWritable($stream, callable $func): void method offWritable (line 180) | public function offWritable($stream): bool method onSignal (line 194) | public function onSignal(int $signal, callable $func): void method offSignal (line 207) | public function offSignal(int $signal): bool method offDelay (line 221) | public function offDelay(int $timerId): bool method offRepeat (line 234) | public function offRepeat(int $timerId): bool method deleteAllTimer (line 242) | public function deleteAllTimer(): void method getTimerCount (line 253) | public function getTimerCount(): int method setErrorHandler (line 261) | public function setErrorHandler(callable $errorHandler): void method safeCall (line 272) | protected function safeCall(callable $func, ...$args): void FILE: src/Events/Select.php class Select (line 31) | final class Select implements EventInterface method __construct (line 139) | public function __construct() method delay (line 148) | public function delay(float $delay, callable $func, array $args = []):... method repeat (line 163) | public function repeat(float $interval, callable $func, array $args = ... method offDelay (line 178) | public function offDelay(int $timerId): bool method offRepeat (line 190) | public function offRepeat(int $timerId): bool method onReadable (line 198) | public function onReadable($stream, callable $func): void method offReadable (line 214) | public function offReadable($stream): bool method onWritable (line 227) | public function onWritable($stream, callable $func): void method offWritable (line 243) | public function offWritable($stream): bool method onExcept (line 259) | public function onExcept($stream, callable $func): void method offExcept (line 272) | public function offExcept($stream): bool method onSignal (line 285) | public function onSignal(int $signal, callable $func): void method offSignal (line 297) | public function offSignal(int $signal): bool method tick (line 315) | protected function tick(): void method setNextTickTime (line 363) | protected function setNextTickTime(float $nextTickTime): void method deleteAllTimer (line 376) | public function deleteAllTimer(): void method run (line 386) | public function run(): void method stop (line 443) | public function stop(): void method getTimerCount (line 462) | public function getTimerCount(): int method setErrorHandler (line 470) | public function setErrorHandler(callable $errorHandler): void method safeCall (line 480) | private function safeCall(callable $func, array $args = []): void FILE: src/Events/Swoole.php class Swoole (line 24) | final class Swoole implements EventInterface method __construct (line 57) | public function __construct() method delay (line 65) | public function delay(float $delay, callable $func, array $args = []):... method offDelay (line 80) | public function offDelay(int $timerId): bool method offRepeat (line 93) | public function offRepeat(int $timerId): bool method repeat (line 101) | public function repeat(float $interval, callable $func, array $args = ... method onReadable (line 115) | public function onReadable($stream, callable $func): void method offReadable (line 132) | public function offReadable($stream): bool method onWritable (line 150) | public function onWritable($stream, callable $func): void method offWritable (line 167) | public function offWritable($stream): bool method onSignal (line 185) | public function onSignal(int $signal, callable $func): void method offSignal (line 194) | public function offSignal(int $signal): bool method deleteAllTimer (line 202) | public function deleteAllTimer(): void method run (line 212) | public function run(): void method stop (line 224) | public function stop(): void method getTimerCount (line 244) | public function getTimerCount(): int method setErrorHandler (line 252) | public function setErrorHandler(callable $errorHandler): void method callRead (line 261) | private function callRead($fd) method callWrite (line 272) | private function callWrite($fd) method safeCall (line 284) | private function safeCall(callable $func, array $args = []): void FILE: src/Events/Swow.php class Swow (line 13) | final class Swow implements EventInterface method getTimerCount (line 53) | public function getTimerCount(): int method delay (line 61) | public function delay(float $delay, callable $func, array $args = []):... method repeat (line 78) | public function repeat(float $interval, callable $func, array $args = ... method offDelay (line 97) | public function offDelay(int $timerId): bool method offRepeat (line 113) | public function offRepeat(int $timerId): bool method deleteAllTimer (line 121) | public function deleteAllTimer(): void method onReadable (line 131) | public function onReadable($stream, callable $func): void method offReadable (line 168) | public function offReadable($stream): bool method onWritable (line 182) | public function onWritable($stream, callable $func): void method offWritable (line 217) | public function offWritable($stream): bool method onSignal (line 230) | public function onSignal(int $signal, callable $func): void method offSignal (line 252) | public function offSignal(int $signal): bool method run (line 264) | public function run(): void method stop (line 274) | public function stop(): void method setErrorHandler (line 282) | public function setErrorHandler(callable $errorHandler): void method safeCall (line 292) | private function safeCall(callable $func, array $args = []): void FILE: src/Protocols/Frame.php class Frame (line 27) | class Frame method input (line 35) | public static function input(string $buffer): int method decode (line 50) | public static function decode(string $buffer): string method encode (line 61) | public static function encode(string $data): string FILE: src/Protocols/Http.php class Http (line 42) | class Http method requestClass (line 64) | public static function requestClass(?string $className = null): string method input (line 79) | public static function input(string $buffer, TcpConnection $connection... method decode (line 145) | public static function decode(string $buffer, TcpConnection $connectio... method encode (line 159) | public static function encode(mixed $response, TcpConnection $connecti... method sendStream (line 230) | protected static function sendStream(TcpConnection $connection, $handl... method uploadTmpDir (line 285) | public static function uploadTmpDir(string|null $dir = null): string FILE: src/Protocols/Http/Chunk.php class Chunk (line 28) | class Chunk implements Stringable method __construct (line 31) | public function __construct(protected string $buffer) {} method __toString (line 33) | public function __toString(): string FILE: src/Protocols/Http/Request.php class Request (line 53) | class Request implements Stringable method __construct (line 113) | public function __construct(protected string $buffer) {} method get (line 122) | public function get(?string $name = null, mixed $default = null): mixed method post (line 140) | public function post(?string $name = null, mixed $default = null): mixed method header (line 158) | public function header(?string $name = null, mixed $default = null): m... method cookie (line 177) | public function cookie(?string $name = null, mixed $default = null): m... method file (line 204) | public function file(?string $name = null): mixed method method (line 228) | public function method(): string method protocolVersion (line 241) | public function protocolVersion(): string method host (line 255) | public function host(bool $withoutPort = false): ?string method uri (line 269) | public function uri(): string method path (line 282) | public function path(): string method queryString (line 295) | public function queryString(): string method parseUriComponents (line 308) | protected function parseUriComponents(): void method session (line 322) | public function session(): Session method sessionId (line 334) | public function sessionId(?string $sessionId = null): string method isValidSessionId (line 366) | public function isValidSessionId(mixed $sessionId): bool method sessionRegenerateId (line 378) | public function sessionRegenerateId(bool $deleteOldSession = false): s... method rawHead (line 401) | public function rawHead(): string method rawBody (line 411) | public function rawBody(): string method rawBuffer (line 421) | public function rawBuffer(): string method parseHeadFirstLine (line 431) | protected function parseHeadFirstLine(): void method parseProtocolVersion (line 444) | protected function parseProtocolVersion(): void method parseHeaders (line 457) | protected function parseHeaders(): void method parseGet (line 501) | protected function parseGet(): void method parsePost (line 528) | protected function parsePost(): void method parseUploadFiles (line 566) | protected function parseUploadFiles(string $httpPostBoundary): void method parseUploadFile (line 601) | protected function parseUploadFile(string $boundary, int $sectionStart... method createSessionId (line 683) | public static function createSessionId(): string method setSidCookie (line 698) | protected function setSidCookie(string $sessionName, string $sid, arra... method __toString (line 715) | public function __toString(): string method __set (line 727) | public function __set(string $name, mixed $value): void method __get (line 738) | public function __get(string $name): mixed method __isset (line 749) | public function __isset(string $name): bool method __unset (line 760) | public function __unset(string $name): void method __unserialize (line 771) | public function __unserialize(array $data): void method destroy (line 781) | public function destroy(): void method __destruct (line 797) | public function __destruct() FILE: src/Protocols/Http/Response.php class Response (line 34) | class Response implements Stringable method __construct (line 267) | public function __construct( method header (line 280) | public function header(string $name, string $value): static method withHeader (line 293) | public function withHeader(string $name, string $value): static method withHeaders (line 304) | public function withHeaders(array $headers): static method withoutHeader (line 316) | public function withoutHeader(string $name): static method getHeader (line 328) | public function getHeader(string $name): array|string|null method getHeaders (line 338) | public function getHeaders(): array method withStatus (line 350) | public function withStatus(int $code, ?string $reasonPhrase = null): s... method getStatusCode (line 362) | public function getStatusCode(): int method getReasonPhrase (line 372) | public function getReasonPhrase(): ?string method withProtocolVersion (line 383) | public function withProtocolVersion(string $version): static method withBody (line 395) | public function withBody(string $body): static method rawBody (line 406) | public function rawBody(): string method withFile (line 419) | public function withFile(string $file, int $offset = 0, int $length = ... method cookie (line 441) | public function cookie(string $name, string $value = '', ?int $maxAge ... method createHeadForFile (line 459) | protected function createHeadForFile(array $fileInfo): string method __toString (line 526) | public function __toString(): string FILE: src/Protocols/Http/ServerSentEvents.php class ServerSentEvents (line 27) | class ServerSentEvents implements Stringable method __construct (line 33) | public function __construct(protected array $data) {} method __toString (line 35) | public function __toString(): string FILE: src/Protocols/Http/Session.php class Session (line 35) | class Session method __construct (line 167) | public function __construct(string $sessionId) method getId (line 186) | public function getId(): string method get (line 198) | public function get(string $name, mixed $default = null): mixed method set (line 209) | public function set(string $name, mixed $value): void method delete (line 220) | public function delete(string $name): void method pull (line 233) | public function pull(string $name, mixed $default = null): mixed method put (line 246) | public function put(array|string $key, mixed $value = null): void method forget (line 264) | public function forget(array|string $name): void method all (line 281) | public function all(): array method flush (line 291) | public function flush(): void method has (line 303) | public function has(string $name): bool method exists (line 314) | public function exists(string $name): bool method save (line 324) | public function save(): void method refresh (line 343) | public function refresh(): bool method init (line 353) | public static function init(): void method handlerClass (line 378) | public static function handlerClass(mixed $className = null, mixed $co... method getCookieParams (line 394) | public static function getCookieParams(): array method initHandler (line 411) | protected static function initHandler(): void method safeDeserialize (line 426) | protected function safeDeserialize(string $data): array method gc (line 441) | public function gc(): void method __unserialize (line 452) | public function __unserialize(array $data): void method __destruct (line 463) | public function __destruct() FILE: src/Protocols/Http/Session/FileSessionHandler.php class FileSessionHandler (line 41) | class FileSessionHandler implements SessionHandlerInterface method init (line 60) | public static function init() method __construct (line 73) | public function __construct(array $config = []) method open (line 83) | public function open(string $savePath, string $name): bool method read (line 91) | public function read(string $sessionId): string|false method write (line 110) | public function write(string $sessionId, string $sessionData): bool method updateTimestamp (line 130) | public function updateTimestamp(string $sessionId, string $data = ""):... method close (line 146) | public function close(): bool method destroy (line 154) | public function destroy(string $sessionId): bool method gc (line 166) | public function gc(int $maxLifetime): bool method sessionFile (line 183) | protected static function sessionFile(string $sessionId): string method sessionSavePath (line 194) | public static function sessionSavePath(string $path): string FILE: src/Protocols/Http/Session/RedisClusterSessionHandler.php class RedisClusterSessionHandler (line 24) | class RedisClusterSessionHandler extends RedisSessionHandler method __construct (line 31) | public function __construct(array $config) method createRedisConnection (line 42) | protected function createRedisConnection(array $config): Redis|RedisCl... FILE: src/Protocols/Http/Session/RedisSessionHandler.php class RedisSessionHandler (line 36) | class RedisSessionHandler implements SessionHandlerInterface method __construct (line 66) | public function __construct(array $config) method connection (line 81) | protected function connection(): Redis|RedisCluster method createRedisConnection (line 138) | protected function createRedisConnection(array $config): Redis|RedisCl... method open (line 160) | public function open(string $savePath, string $name): bool method read (line 172) | public function read(string $sessionId): string|false method write (line 181) | public function write(string $sessionId, string $sessionData): bool method updateTimestamp (line 190) | public function updateTimestamp(string $sessionId, string $data = ""):... method destroy (line 199) | public function destroy(string $sessionId): bool method close (line 208) | public function close(): bool method gc (line 216) | public function gc(int $maxLifetime): bool FILE: src/Protocols/Http/Session/SessionHandlerInterface.php type SessionHandlerInterface (line 19) | interface SessionHandlerInterface method close (line 30) | public function close(): bool; method destroy (line 42) | public function destroy(string $sessionId): bool; method gc (line 57) | public function gc(int $maxLifetime): bool; method open (line 70) | public function open(string $savePath, string $name): bool; method read (line 84) | public function read(string $sessionId): string|false; method write (line 103) | public function write(string $sessionId, string $sessionData): bool; method updateTimestamp (line 115) | public function updateTimestamp(string $sessionId, string $data = ""):... FILE: src/Protocols/ProtocolInterface.php type ProtocolInterface (line 24) | interface ProtocolInterface method input (line 36) | public static function input(string $buffer, ConnectionInterface $conn... method decode (line 45) | public static function decode(string $buffer, ConnectionInterface $con... method encode (line 54) | public static function encode(mixed $data, ConnectionInterface $connec... FILE: src/Protocols/Text.php class Text (line 27) | class Text method input (line 36) | public static function input(string $buffer, ConnectionInterface $conn... method encode (line 59) | public static function encode(string $buffer): string method decode (line 71) | public static function decode(string $buffer): string FILE: src/Protocols/Websocket.php class Websocket (line 48) | class Websocket method input (line 85) | public static function input(string $buffer, TcpConnection $connection... method encode (line 265) | public static function encode(mixed $buffer, TcpConnection $connection... method decode (line 331) | public static function decode(string $buffer, TcpConnection $connectio... method inflate (line 379) | protected static function inflate(TcpConnection $connection, string $b... method deflate (line 412) | protected static function deflate(TcpConnection $connection, string $b... method dealHandshake (line 435) | public static function dealHandshake(string $buffer, TcpConnection $co... FILE: src/Protocols/Ws.php class Ws (line 43) | class Ws method input (line 66) | public static function input(string $buffer, AsyncTcpConnection $conne... method encode (line 237) | public static function encode(string $payload, AsyncTcpConnection $con... method decode (line 294) | public static function decode(string $bytes, AsyncTcpConnection $conne... method onConnect (line 320) | public static function onConnect(AsyncTcpConnection $connection): void method onClose (line 332) | public static function onClose(AsyncTcpConnection $connection): void method sendHandshake (line 351) | public static function sendHandshake(AsyncTcpConnection $connection): ... method dealHandshake (line 404) | public static function dealHandshake(string $buffer, AsyncTcpConnectio... method parseResponse (line 462) | protected static function parseResponse(string $buffer): Response FILE: src/Timer.php class Timer (line 36) | class Timer method init (line 82) | public static function init(?EventInterface $event = null): void method repeat (line 101) | public static function repeat(float $timeInterval, callable $func, arr... method delay (line 114) | public static function delay(float $timeInterval, callable $func, arra... method signalHandle (line 124) | public static function signalHandle(): void method add (line 141) | public static function add(float $timeInterval, callable $func, ?array... method sleep (line 182) | public static function sleep(float $delay): void method tick (line 206) | protected static function tick(): void method del (line 244) | public static function del(int $timerId): bool method delAll (line 265) | public static function delAll(): void FILE: src/Worker.php class Worker (line 56) | #[AllowDynamicProperties] method __construct (line 561) | public function __construct(?string $socketName = null, array $socketC... method runAll (line 588) | public static function runAll(): void method checkSapiEnv (line 616) | protected static function checkSapiEnv(): void method initStdOut (line 675) | protected static function initStdOut(): void method hasColorSupport (line 692) | private static function hasColorSupport(): bool method init (line 718) | protected static function init(): void method initGlobalEvent (line 790) | protected static function initGlobalEvent(): void method lock (line 817) | protected static function lock(int $flag = LOCK_EX): void method initWorkers (line 843) | protected static function initWorkers(): void method getAllWorkers (line 894) | public static function getAllWorkers(): array method getEventLoop (line 904) | public static function getEventLoop(): EventInterface method getMainSocket (line 914) | public function getMainSocket(): mixed method initId (line 924) | protected static function initId(): void method getCurrentUser (line 941) | protected static function getCurrentUser(): string method displayUI (line 952) | protected static function displayUI(): void method getVersionLine (line 1016) | protected static function getVersionLine(): string method getUiColumns (line 1034) | public static function getUiColumns(): array method getSingleLineTotalLength (line 1052) | public static function getSingleLineTotalLength(): int method parseCommand (line 1073) | protected static function parseCommand(): void method getArgv (line 1227) | public static function getArgv(): array method formatProcessStatusData (line 1238) | protected static function formatProcessStatusData(): string method formatConnectionStatusData (line 1323) | protected static function formatConnectionStatusData(): string method installSignal (line 1333) | protected static function installSignal(): void method reinstallSignal (line 1351) | protected static function reinstallSignal(): void method signalHandler (line 1368) | protected static function signalHandler(int $signal): void method getSignalName (line 1411) | protected static function getSignalName(int $signal): string method daemonize (line 1430) | protected static function daemonize(): void method resetStd (line 1459) | public static function resetStd(): void method saveMasterPid (line 1498) | protected static function saveMasterPid(): void method getAllWorkerPids (line 1515) | protected static function getAllWorkerPids(): array method forkWorkers (line 1531) | protected static function forkWorkers(): void method forkWorkersForLinux (line 1545) | protected static function forkWorkersForLinux(): void method forkWorkersForWindows (line 1564) | protected static function forkWorkersForWindows(): void method getStartFilesForWindows (line 1644) | public static function getStartFilesForWindows(): array method forkOneWorkerForWindows (line 1660) | public static function forkOneWorkerForWindows(string $startFile): void method checkWorkerStatusForWindows (line 1684) | protected static function checkWorkerStatusForWindows(): void method forkOneWorkerForLinux (line 1703) | protected static function forkOneWorkerForLinux(self $worker): void method getId (line 1777) | protected static function getId(string $workerId, int $pid): false|int... method setUserAndGroup (line 1787) | public function setUserAndGroup(): void method setProcessTitle (line 1822) | protected static function setProcessTitle(string $title): void method monitorWorkers (line 1835) | protected static function monitorWorkers(): void method monitorWorkersForLinux (line 1849) | protected static function monitorWorkersForLinux(): void method monitorWorkersForWindows (line 1924) | protected static function monitorWorkersForWindows(): void method exitAndClearAll (line 1934) | protected static function exitAndClearAll(): void method reload (line 1962) | protected static function reload(): void method stopAll (line 2040) | public static function stopAll(int $code = 0, mixed $log = ''): void method checkIfChildRunning (line 2104) | protected static function checkIfChildRunning(): void method getStatus (line 2120) | public static function getStatus(): int method getGracefulStop (line 2130) | public static function getGracefulStop(): bool method writeStatisticsToStatusFile (line 2141) | protected static function writeStatisticsToStatusFile(): void method getUiColumnLength (line 2221) | protected static function getUiColumnLength($name): int method writeConnectionsStatisticsToStatusFile (line 2231) | protected static function writeConnectionsStatisticsToStatusFile(): void method checkErrors (line 2308) | protected static function checkErrors(): void method getErrorType (line 2331) | protected static function getErrorType(int $type): string method log (line 2343) | public static function log(Stringable|string $msg, bool $decorated = f... method safeEcho (line 2410) | public static function safeEcho(string $msg, bool $decorated = false):... method listen (line 2440) | public function listen(bool $autoAccept = true): void method unlisten (line 2505) | public function unlisten(): void method checkPortAvailable (line 2521) | protected static function checkPortAvailable(): void method parseSocketAddress (line 2551) | protected function parseSocketAddress(): ?string method pauseAccept (line 2588) | public function pauseAccept(): void method resumeAccept (line 2601) | public function resumeAccept(): void method getSocketName (line 2619) | public function getSocketName(): string method run (line 2630) | public function run(): void method stop (line 2669) | public function stop(bool $force = true): void method acceptTcpConnection (line 2703) | protected function acceptTcpConnection(mixed $socket): void method acceptUdpConnection (line 2743) | protected function acceptUdpConnection(mixed $socket): void method checkMasterIsAlive (line 2797) | protected static function checkMasterIsAlive(int $masterPid): bool method isRunning (line 2827) | public static function isRunning(): bool FILE: tests/Pest.php function something (line 41) | function something() function testWithConnectionClose (line 46) | function testWithConnectionClose(Closure $closure, ?string $dataContains... function testWithConnectionEnd (line 59) | function testWithConnectionEnd(Closure $closure, ?string $dataContains =... function getNonFrameOutput (line 72) | function getNonFrameOutput(string $output): string FILE: tests/TestCase.php class TestCase (line 7) | abstract class TestCase extends BaseTestCase FILE: tests/Unit/Protocols/Http/RequestSessionTest.php function withSessionRequest (line 11) | function withSessionRequest(Closure $callback, bool $customCookieParams ...