PHP 8.4.24 Released!

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