tinyphp-function/var_export2

Outputs or returns a parsable string representation of a variable

Maintainers

Package info

gitlab.com/tiny.php/function/var_export2

Issues

pkg:composer/tinyphp-function/var_export2

Statistics

Installs: 34

Dependents: 1

Suggesters: 0

Stars: 0

1.0 2024-11-15 23:45 UTC

This package is not auto-updated.

Last update: 2026-03-08 04:16:21 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