PHP 8.4.1 Released!

CommonMark\Parse

(cmark >= 1.0.0)

CommonMark\ParseAnalyse

Description

CommonMark\Parse(string $content, int $options = ?): CommonMark\Node

Analyse content

Liste de paramètres

content

Une chaîne de caractères markdown

options

Un masque de:

CommonMark\Parser\Normal (int)
CommonMark\Parser\Normalize (int)
CommonMark\Parser\ValidateUTF8 (int)
commonmark.render.html
CommonMark\Parser\Smart (int)

Valeurs de retour

Retourne un noeud CommonMark\Node

add a note

User Contributed Notes

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