TwistPHP Documentation

dump

File path: dist/twist/Twist.php
Namespace: \
Extends:

dumpDump data to the screen in a nice format with other key debug information

Parameters

Name Type Description
[$mxdData = null]mixedn/a

Return Values

void — No return information has been documented for this function.

Example

<?php
//Set the variables for the example
$mxdData null;

//Call the function dump with the example vars
Twist::Twist() -> dump($mxdData);