TwistPHP Documentation

varDump

File path: dist/twist/Core/Models/Tools.model.php
Namespace: Twist\Core\Models
Extends:

varDumpVar dump some data and return the output as a string of text (and not to the screen). Accepts all the same parameters as the regular PHP vardump function.

Return Values

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

Example

<?php
//Call the function varDump with the example vars
$resTools = new \Twist\Core\Models\Tools();
$resTools -> varDump();