Syntax Syntax
Source Source
File: wp-admin/includes/class-ftp-pure.php
function _data_close() { @fclose($this->_ftp_data_sock); $this->SendMSG("Disconnected data from remote host"); return TRUE; }
Developer Resources, Tips, Tricks, Tutorials and Much more.
File: wp-admin/includes/class-ftp-pure.php
function _data_close() { @fclose($this->_ftp_data_sock); $this->SendMSG("Disconnected data from remote host"); return TRUE; }