ftp_sockets::_data_close() –
You appear to be a bot. Output may be restricted
Description
Usage
ftp_sockets::_data_close();
Parameters
Returns
void
Source
File name: wordpress/wp-admin/includes/class-ftp-sockets.php
Lines:
1 to 6 of 6
function _data_close() { @socket_close($this->_ftp_temp_sock); @socket_close($this->_ftp_data_sock); $this->SendMSG("Disconnected data from remote host"); return TRUE; }