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)
Afficher le fichier
Open project: jaxl/JAXL
Class Usage Examples
Méthodes publiques
Protected Properties
Méthodes publiques
Method Details
__construct()
public méthode
__destruct()
public méthode
get_pipe_file_path()
public méthode
set_callback()
public méthode
Property Details
$client protected_oe property
protected JAXLSocketClient $client |
Résultat |
JAXLSocketClient |
|
$fd protected_oe property
public string $name |
Résultat |
string |
|
$perm protected_oe property
$recv_cb protected_oe property
protected callable $recv_cb |
Résultat |
callable |
|