コード例 #1
0
ファイル: query.php プロジェクト: abbeet/server39
function docx2text($filename)
{
    return readZippedXML($filename, "word/document.xml");
}
コード例 #2
0
ファイル: functions.php プロジェクト: Jtgadbois/Pedadida
function odt2text($filename) {
    return readZippedXML($filename, "content.xml");
}