Document.parseSawPhpCode

If the parser sees <?php php code... ?>, it will call this callback. It will be passed "?php php code... ?" or "?= asp code .. ?" Note: dom.d cannot identify the other php <? code ?> short format. Return true if you want the node appended to the document. It will be in a PhpCode object.

class Document
bool delegate(string) parseSawPhpCode;
Suggestion Box / Bug Report