tinyphp-function / var_export2
Outputs or returns a parsable string representation of a variable
Installs: 32
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Forks: 0
pkg:composer/tinyphp-function/var_export2
This package is not auto-updated.
Last update: 2025-11-16 02:51:25 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