API16:JFTP/ destruct
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
Contents |
Description
JFTP object destructor
Syntax
__destruct()
Defined in
libraries/joomla/client/ftp.php
Importing
jimport( 'joomla.client.ftp' );
Source Body
function __destruct() { if (is_resource($this->_conn)) { $this->quit(); } }
[Edit See Also] SeeAlso:JFTP/ destruct
Examples
<CodeExamplesForm />
