titanscssc::lib_unquote PHP 메소드

lib_unquote() 보호된 메소드

protected lib_unquote ( $args )
    protected function lib_unquote($args)
    {
        $str = $args[0];
        if ($str[0] == "string") {
            $str[1] = "";
        }
        return $str;
    }
titanscssc