escape() public method

Returns the data formatted for output to the IMAP server.
public escape ( ) : string
return string IMAP escaped string.
コード例 #1
0
ファイル: Atom.php プロジェクト: evltuma/moodle
 /**
  */
 public function escape()
 {
     return strlen($this->_data) ? parent::escape() : '""';
 }