News Feed
Jobs Feed
Sections




News Archive
Working Software Blog:
Parsing the output of PHPs print_r function
January 14, 2011 @ 12:19:00

On the Working Software blog there's a recent post looking at correcting a mistake that the developer made when choosing the logging method of his application - pushing the output of print_r into a file.

recently deployed a job on which the timeline was so tight that my ability to type quickly was what made the difference between delivering on time or not. Everything was rushed, the budget was tight, it was one of those real seat of the pants deals and there was far too little testing done. [...] The only problem is that, in the 5 minutes before the site was supposed to go live, I didn't really have much time to thoughtfully prepare a logging system to record all this stuff and, in my haste, I settled for [a file_put_contents of the print_r of $_GET and $_POST].

Obviously, this solution is useful for casual browsing of the information, but if you need any real data from it, it's a real chore. To help you with the task, they've put together a snippet of code that can work through your print_r output and return it in a much more handy line-by-line result. Full code is copy-and-paste ready in the post.

1 comment voice your opinion now!
printr log file parse output


blog comments powered by Disqus

Similar Posts

Brian Swan's Blog: Performance Tuning PHP Apps on Windows with Wincache

DevShed: Using HTTP Compression in PHP - Make Your Web Pages Load Faster

CodeSnipers.com: Ruby on Rails makes nice with PHP

Jim Plush's Blog: Do you use debug statements in PHP? Speed them up by 85%

Sean Coates' Blog: PHP Pie?


Community Events











Don't see your event here?
Let us know!


testing community opinion release example development functional introduction database symfony2 rest zendframework2 language series conference usergroup interview podcast phpunit framework

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework