This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
string | $key | Name of the constant. |
int|null | $byte_limit | Maximum number of bytes permitted in the value. |
string | Value of the constant. |
This method is not documented.
wild | A message, or null if no message is available. |
wild | $bytes | Data to write to the channel, normally bytes. |
list<PhutilChannel> | $channels | A list of channels to wait for. |
dict | $options | Options, see above. |
list<PhutilChannel> | $reads | List of channels to wait for reads on. |
list<PhutilChannel> | $writes | List of channels to wait for writes on. |
array | $options | |
bool | True if the channel is still open. |
string | Name of the channel. |
bool | True if the channel is open. |
bool | True if the channel is open for reading. |
bool | True if the channel is open for writing. |
int | $length | Maximum number of bytes to read. |
string | Bytes, if available. |
string | $bytes | Bytes to write. |
int | Number of bytes written. |
list<stream> | Read sockets. |
list<stream> | Write sockets. |
int|null | $size | Maximum read buffer size, or `null` for a limitless buffer. |
bool | True if the read buffer is empty. |
bool | True if the write buffer is empty. |
int | Number of waiting bytes. |
This method is not documented.
This method is not documented.
This method is not documented.
wild | $message | Some message. |
wild | $message | Some message. |
string | The message serialized into a wire format for transmission. |
string | $data | One or more bytes from the underlying channel. |
list<wild> | Zero or more parsed messages. |