var_export
laravel-shift/factory-generator
Supported Versions: PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8
Outputs or returns a parsable string representation of a variable
<?php var_export
(
mixed $value
,
bool $return
=
false
): ?
string