Yes you can use phpdocx offline. The code you have pasted, like:
$domDocument->getElementsByTagNameNS(’http://schemas.openxmlformats.org/drawingml/2006/’ .
‘wordprocessingDrawing’, ‘docPr’)
is a namespace. This has nothing to do with Internet. If you want more info I recommend you to read:
http://php.net/manual/en/language.namespaces.php
and
http://www.w3.org/TR/1999/WD-DOM-Level-2-19990719/namespaces.html
Regards.