jysperu/function-var-export2

This package is abandoned and no longer maintained. The author suggests using the tinyphp-function/var_export2 package instead.

Función var_export2

1.1.1 2024-07-15 20:29 UTC

This package is auto-updated.

Last update: 2024-12-05 03:03:32 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