Swift_InputByteStream::unbind PHP Method

unbind() public method

If $is is not bound, no errors will be raised. If the stream currently has any buffered data it will be written to $is before unbinding occurs.
public unbind ( Swift_InputByteStream $is )
$is Swift_InputByteStream
    public function unbind(Swift_InputByteStream $is);