Dump To Array
Package:
Summary:
Generate PHP code that represents an array value
Groups:
Author:
Description:
This class can be used to generate PHP code that represents an array value.
It takes an array parameter and traverses it recursively to generate a string of PHP code that can be used in PHP scripts to initialize the array with the same value structure.
It takes an array parameter and traverses it recursively to generate a string of PHP code that can be used in PHP scripts to initialize the array with the same value structure.
Comments are closed.