parent root
PHP: CommonMark\Parser - Manual
PHP 7.2.23 Release Announcement

The CommonMark\Parser class

(cmark >= 1.0.0)

Introduction

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

Class synopsis

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

Table of Contents

add a noteadd a note

User Contributed Notes

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