The CommonMark\Parser class

(cmark >= 1.0.0)

Wstęp

Provides an incremental parser as an alternative to the simple Parsing API function

Krótki opis klasy

final CommonMark\Parser {
/* Constructor */
public __construct ([ int $options ] )
/* Metody */
public parse ( string $buffer ) : void
public finish ( void ) : CommonMark\Node
}

Spis treści

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top