Horde_Imap_Client_Base_Debug::raw PHP 메소드

raw() 공개 메소드

Write server output to debug log.
public raw ( string $msg )
$msg string Debug message.
    public function raw($msg)
    {
        $this->_write($msg);
    }