The CommonMark\Parser class

(cmark >= 1.0.0)

Giriş

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

Sınıf Sözdizimi

final class CommonMark\Parser {
/* Kurucu */
public function __construct(int $options = ?)
/* Yöntemler */
public function parse(string $buffer): void
public function finish(): CommonMark\Node
}

İçindekiler

add a note

User Contributed Notes

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