The CommonMark\Parser class

(cmark >= 1.0.0)

Introduction

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

Class synopsis

finalclassCommonMark\Parser {
public__construct(int$options = ?)
publicparse(string$buffer): void
}

Table of Contents

To Top