예제 #1
0
파일: Docx.php 프로젝트: akiyatkin/files
function docx_get($src, $type = 'norm', $re = false)
{
    return Docx::get($src, $type, $re);
}