martes, 9 de diciembre de 2014

php log variables to file

a quick way to view a variable content without interrupt the webpage with a var_dump or print_r


file_put_contents('/path_to_file/file.txt', var_export($variable, true));

No hay comentarios:

Publicar un comentario