jysperu/function-var-export2

Función var_export2

1.1.1 2024-07-15 20:29 UTC

This package is auto-updated.

Last update: 2024-10-15 21:06:56 UTC


README

Instalación via composer

composer require jysperu/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