I would like to add a simple utility to an administrative section of my site that prints the phpinfo() information within a pre-formatted template. That is, I would like the output to be displayed within a template that is consistent with the rest of the administration section.
phpinfo() only returns an integer so I have not been able to parse the result. Does anyone have any tips for performing this type of formatting?