Documentation

Ipc

Table of Contents

Interfaces

IpcHub

Classes

LocalIpcHub
SocketIpcHub

Functions

readKey()  : string
connect()  : Socket
Note that this is designed to be used in the child process/thread to connect to an IPC socket.

Functions

connect()

Note that this is designed to be used in the child process/thread to connect to an IPC socket.

connect(string $uri, string $key[, Cancellation|null $cancellation = null ][, SocketConnector|null $connector = null ]) : Socket
Parameters
$uri : string
$key : string
$cancellation : Cancellation|null = null
$connector : SocketConnector|null = null
Return values
Socket

        
On this page

Search results