Esempio n. 1
0
function docx_get($src, $type = 'norm', $re = false)
{
    return Docx::get($src, $type, $re);
}