示例#1
0
文件: html.php 项目: tapiau/muyo
 /**
  * @param int $version
  * @see Doctype::$ver
  */
 function html_doctype_set($version)
 {
     Doctype::set($version);
 }