- PHP 手册
- 函数参考
- 文本处理
- CommonMark
- CommonMark\Node\OrderedList
CommonMark\Node\OrderedList::__construct
(cmark >= 1.0.0)
CommonMark\Node\OrderedList::__construct — OrderedList Construction
说明
public CommonMark\Node\OrderedList::__construct() public CommonMark\Node\OrderedList::__construct(int$tight
)
public CommonMark\Node\OrderedList::__construct(int $tight
, int $delimiter
)
public CommonMark\Node\OrderedList::__construct(int $tight
, int $delimiter
, int $start
)
警告
本函数还未编写文档,仅有参数列表。
参数
-
tight
-
-
delimiter
-
-
start
-
User Contributed Notes
There are no user contributed notes for this page.官方地址:https://www.php.net/manual/en/commonmark-node-orderedlist.construct.php