CampHTMLDocument::setCharset PHP Method

setCharset() public method

Sets the charset.
public setCharset ( string $p_charset = 'utf-8' ) : void
$p_charset string
return void
    public function setCharset($p_charset = 'utf-8')
    {
        $this->m_charset = $p_charset;
    }