standard.lib.xml.htmlCreateMemoryParserCtxt

htmlCreateMemoryParserCtxt is available since version 1.0.

Prototype:

number htmlCreateMemoryParserCtxt(string buffer)

Parameters

buffer
the HTML buffer

Description:

Create a parser context for an HTML in-memory document.

Return value:

Returns the new parse context handle or null if failed.