phpseclib\Crypt\RSA\OpenSSH::setComment PHP Метод

setComment() статический публичный Метод

Sets the default comment
static public setComment ( string $comment )
$comment string
    static function setComment($comment)
    {
        self::$comment = str_replace(array("\r", "\n"), '', $comment);
    }