CommonMark\Parser::__construct

(cmark >= 1.0.0)

CommonMark\Parser::__constructConstructor Parser

Descripción

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

Advertencia

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Parámetros

options

Una máscara de:

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

User Contributed Notes

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