tinyphp-function / var_export2
Outputs or returns a parsable string representation of a variable
1.0
2024-11-15 23:45 UTC
This package is not auto-updated.
Last update: 2024-11-16 12:30:23 UTC
README
Instalación via composer
composer require tinyphp-function/var_export2
Funciones
/** Outputs or returns a parsable string representation of a variable */
function var_export2(mixed $var, bool $return = false, int $level = 0): string|null