var_export
var_export — Outputs or returns a parsable string representation of a variable.Description
var_export( mixed $value,var_export() gets structured information about the given variable. It is similar to var_dump() with one exception: the returned representation is valid PHP code.
bool $return = false ): string|null
Parameters
value
The variable you want to export.
return
If used and set to true, var_export() will return the variable representation instead of outputting it.
Return Values
Returns the variable representation when the return parameter is used and evaluates to true. Otherwise, this function will return null.More information about var_export on official PHP documentation site
var_export - Popular snippets
- PHP 8.1 / MySQL 5.7 session_start time session_unset session_destroy var_export
last run:
2022-10-08 20:45:50
35
- PHP 8.0 / MySQL 5.7 var_export json_decode array_reduce array_values
last run:
2023-03-08 07:24:08
27
- PHP 8.0 / MySQL 5.7 rand var_export array_sum
last run:
2021-12-20 17:22:48
27
- PHP 8.0 / MySQL 5.7 var_export array_map array_reverse func_get_args
last run:
2023-05-25 13:49:38
18
- PHP 8.2.3 / MySQL 5.7 var_export
last run:
2023-01-17 22:47:27
12
- PHP 8.0 / MySQL 5.7 var_export
last run:
2021-11-13 12:54:55
12
- PHP 8.0 / MariaDB 10 printf phpversion var_export
last run:
2022-10-07 13:06:05
12
- PHP 8.0 / MySQL 5.7 array_search var_export
last run:
2021-08-14 23:02:58
11
- PHP 7.4 / MySQL 5.7 unserialize var_export
last run:
2023-02-05 15:07:42
10
- PHP 8.0 / MySQL 5.7 array_filter var_export
last run:
2021-09-09 04:28:57
9
var_export - New snippets
-
PHP 7.4 / MySQL 5.7 var_export json_decode
added at:
2023-05-31 08:18:54
1
-
PHP 7.4 / MySQL 5.7 var_export json_decode
added at:
2023-05-31 08:18:17
1
-
PHP 8.1 / MySQL 5.7 var_export preg_match count
added at:
2023-05-29 20:16:33
1
-
PHP 8.1 / MySQL 5.7 var_export preg_match count var_dump
added at:
2023-05-29 19:44:13
1
-
PHP 8.1 / MySQL 5.7 var_export preg_match count var_dump
added at:
2023-05-29 19:42:44
1
-
PHP 8.0 / MySQL 5.7 var_export array_map array_reverse func_get_args
added at:
2023-05-25 14:14:57
1
-
PHP 8.0 / MySQL 5.7 var_export array_map array_reverse func_get_args array_flip
added at:
2023-05-25 14:14:46
1
-
PHP 8.0 / MySQL 5.7 explode array_slice count implode var_export
added at:
2023-05-17 06:01:49
2
-
PHP 8.0 / MySQL 5.7 explode array_slice count implode var_export
added at:
2023-05-17 05:59:56
2
-
PHP 8.0 / MySQL 5.7 explode array_slice implode var_export
added at:
2023-05-17 05:59:13
1