Network\Socket::on_write PHP 메소드

on_write() 공개 메소드

Registers a new handle for client write.
public on_write ( callable $function ) : object
$function callable Function to call on connect.
리턴 object
    public function on_write($function)
    {
        return xp_signal(new SIG_Write($this), $function);
    }