コード例 #1
0
ファイル: Docx.php プロジェクト: akiyatkin/files
function docx_get($src, $type = 'norm', $re = false)
{
    return Docx::get($src, $type, $re);
}