ftp_base::SendMSG() –
You appear to be a bot. Output may be restricted
Description
Usage
ftp_base::SendMSG( $message, $crlf );
Parameters
- $message
- ( mixed ) optional –
- $crlf
- ( mixed ) optional default: 1 –
Returns
void
Source
File name: wordpress/wp-admin/includes/class-ftp.php
Lines:
1 to 7 of 7
function SendMSG($message = "", $crlf=true) { if ($this->Verbose) { echo $message.($crlf?CRLF:""); flush(); } return TRUE; }