Skip to content
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.

christophehurpeau/php-var-dump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-var-dump

html var dump with syntax highlighting

How to use

$formatter = new HtmlFormatter();
$varDump = new VarDump($this->formatter, 99);
echo '
<html style="margin:0; padding:0;">
    <body style="margin:0; padding:0;">
        <pre>' . $varDump->dump($data) . '</pre>
    </body>
</html>';

About

html var dump with syntax highlighting

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages