示例#1
0
 function metaHttpEquiv($name, $content)
 {
     $this->meta['http_equiv' . $name . $content] = '<meta  http-equiv="' . Filter::htmlAttr($name) . '" content="' . Filter::htmlAttr($content) . '" />';
     return $this;
 }