PHP Class JAXLPipe, JAXL
This is how this will be (when complete):
$pipe = new JAXLPipe() will return an array of size 2
$pipe[0] represents the read end of the pipe
$pipe[1] represents the write end of the pipe
Proposed functionality might even change (currently consider this as experimental)
Mostra file
Open project: jaxl/JAXL
Class Usage Examples
Public Properties
Protected Properties
Public Methods
Method Details
__construct()
public method
__destruct()
public method
get_pipe_file_path()
public method
set_callback()
public method
Property Details
$client protected_oe property
protected JAXLSocketClient $client |
return |
JAXLSocketClient |
|
$fd protected_oe property
public string $name |
return |
string |
|
$perm protected_oe property
$recv_cb protected_oe property
protected callable $recv_cb |
return |
callable |
|