tinyphp-function / var_export2
Outputs or returns a parsable string representation of a variable
Installs: 29
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-10-05 02:05:50 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