PHP 8.3.4 Released!

CommonMark\Node::prependChild

(cmark >= 1.0.0)

CommonMark\Node::prependChildAST Manipulation

Description

public CommonMark\Node::prependChild(CommonMark\Node $child): CommonMark\Node

Warning

This function is currently not documented; only its argument list is available.

Parameters

child

Return Values

add a note

User Contributed Notes

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