Skip to content

vdd()

Prints the values of the given parameters using var_dump and then exits the program with a HTTP response status code of 500.


  • Full name: vdd
  • Defined in: src/Functions/Dump.php

Parameters

Parameter Type Description
$params mixed The parameters to be dumped.

Return Value

void