CommonMark\Parser
PHP Manual

CommonMark\Parser::__construct

(cmark >= 1.0.0)

CommonMark\Parser::__constructParsing

Description

public CommonMark\Parser::__construct ([ int $options ] )

Avertissement

Cette fonction n'est pas documentée et seule la liste des arguments est disponible.

Liste de paramètres

options

A mask of:

CommonMark\Parser\Normal (integer)
CommonMark\Parser\Normalize (integer)
CommonMark\Parser\ValidateUTF8 (integer)
CommonMark\Parser\Smart (integer)

CommonMark\Parser
PHP Manual