![]() |
|
(PHP 4 >= 4.2.0, PHP 5)
var_export -- Outputs or returns a parsable string representation of a variableThis function returns structured information about the variable that is passed to this function. It is similar to var_dump() with one exception: the returned representation is valid PHP code.
You can also return the variable representation by using TRUE as second parameter to this function.
<?php |
Powyższy przykład wyświetli:
array (
0 => 1,
1 => 2,
2 =>
array (
0 => 'a',
1 => 'b',
2 => 'c',
),
) |
<?php |
Powyższy przykład wyświetli:
3.1 |
See also var_dump() and print_r().
| Poprzedni | Spis treści | Następny |
| var_dump | Początek rozdziału | vpopmail Functions |
Hosting by: Hurra Communications Sp. z o.o.
Generated: 2007-01-26 18:02:38