PHP 8.5.0 Alpha 4 available for testing

Voting

: seven minus seven?
(Example: nine)

The Note You're Voting On

Anonymous
10 years ago
> I would have liked to use the next() function instead, but as I needed to parse 2 different subtrees, I couldn't figure out how to find all the columns, reset the pointer, and then find all the rows.

I just use:

$reader->close();
$reader->open($url);

to reset the pointer.

<< Back to user notes page

To Top