CommonMark\Parser::__construct

(cmark >= 1.0.0)

CommonMark\Parser::__constructParsing

Description

public CommonMark\Parser::__construct(int $options = ?)

Avertissement

Cette fonction est actuellement non documentée ; seule la liste des arguments est disponible.

Liste de paramètres

options

A mask of:

CommonMark\Parser\Normal (int)
CommonMark\Parser\Normalize (int)
CommonMark\Parser\ValidateUTF8 (int)
CommonMark\Parser\Smart (int)
add a note add a note

User Contributed Notes

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