PHP 8.5.0 Alpha 2 available for testing

CommonMark\Node::prependChild

(cmark >= 1.0.0)

CommonMark\Node::prependChildManipulación del AST

Descripción

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

Advertencia

Esta función está actualmente no documentada; solo la lista de sus argumentos está disponible.

Parámetros

child

Valores devueltos

add a note

User Contributed Notes

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