PHP 8.5.0 Alpha 4 available for testing

Voting

: seven plus one?
(Example: nine)

The Note You're Voting On

gholson19 at gmail dot com
10 years ago
To skip over deletion nodes in the xml extracted from a word document, do something like this:

if ($paragraph->nodeType == XMLREADER::ELEMENT && $paragraph->name === 'w:del'){$paragraph->next();}

<< Back to user notes page

To Top