PHP Interface Amp\Artax\Writer

Afficher le fichier Open project: amphp/artax

Méthodes publiques

Méthode Description
write ( resource $socket, mixed $dataToWrite ) : Amp\Promise Write the specified entity body data to the socket

Method Details

write() public méthode

Write the specified entity body data to the socket
public write ( resource $socket, mixed $dataToWrite ) : Amp\Promise
$socket resource
$dataToWrite mixed
Résultat Amp\Promise