PAGI\Client\Impl\ClientImpl::close PHP Метод

close() защищенный Метод

Closes the connection to agi.
protected close ( ) : void
Результат void
    protected function close()
    {
        if ($this->input !== false) {
            fclose($this->input);
        }
        if ($this->output !== false) {
            fclose($this->output);
        }
    }