Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://old.hcs.cmc.msu.ru/php/function.var-export.html
Дата изменения: Sun Feb 3 22:57:23 2002 Дата индексирования: Mon Oct 1 22:05:48 2012 Кодировка: |
This function returns structured information about the variable that is passed to this function. It is similar to var_dump() with the exception that the returned representation is valid PHP code.
You can also return the variable representation by using TRUE as second parameter to this function.
Compare var_export() to var_dump().