示例#1
0
文件: Docx.php 项目: akiyatkin/files
function docx_get($src, $type = 'norm', $re = false)
{
    return Docx::get($src, $type, $re);
}