Php/docs/class.commonmark-parser

提供:Dev Guides
< Php
2020年12月14日 (月) 13:10時点におけるNotes (トーク | 投稿記録)による版 (autoload)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

(cmark >= 1.0.0)

はじめに

Provides an incremental parser as an alternative to the simple Parsing API function


クラス概要


final CommonMark\Parser {

/* Constructor */

public __construct ([ int $options ] )

/* メソッド */

public parse ( string $buffer ) : void

public finish ( ) : CommonMark\Node

}

目次