PHP 8.5.0 Beta 1 available for testing

Voting

: min(nine, nine)?
(Example: nine)

The Note You're Voting On

Sean Colin Ruiz
8 years ago
As japos mentioned. Take care how you use isEmptyElement. After you are done looping through the attributes: isEmptyElement will be false. You can use moveToElement() to move the cursor back to the element and then you can use isEmptyElement like normal again.

<< Back to user notes page

To Top