PHP 8.5.0 Beta 3 available for testing

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 __construct(int $options = ?)
/* ใƒกใ‚ฝใƒƒใƒ‰ */
public parse(string $buffer): void
}

็›ฎๆฌก

๏ผ‹add a note

User Contributed Notes

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