Function __global->var_export

Definitions

sources_custom/phpstub.php

  • Outputs or returns a parsable string representation of a variable.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: string

Parameters

Name Type Default Set Range Description
$expression mixed required parameter N/A N/A The variable you want to export
$return boolean False N/A N/A If used and set to TRUE, var_export() will return the variable representation instead of outputting it

Return

  • Variable representation (null: asked to not return a value)
  • Type: ?string
  • Set: N/A
  • Range: N/A