The CommonMark\Parser class

(cmark >= 1.0.0)

はじめに

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

クラス概要

final class CommonMark\Parser {
/* コンストラクタ */
public function __construct(int $options = ?)
/* メソッド */
public function parse(string $buffer): void
public function finish(): CommonMark\Node
}

目次

add a note

User Contributed Notes

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