PHPTS:一键免费搭建 Nginx + PHP + MySQL 运行环境

The CommonMark\Parser class

(cmark >= 1.0.0)

简介

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

类摘要

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

Table of Contents