Functions::p($title,$variable)

Version 3.7

Print variable to screen

Return value

String

Arguments

$title string
Title for the variable
$variable mixed
Variable to print.

Full documentation

Print array values to screen

p('Array values',$array);