You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Help you to show phpinfo() page in command line server.
Usage:
<?phpusePhpInfoCliParser\Parser;
// parse phpinfo() and get data struct$struct = Parser::parse();
// parse phpinfo() to HTML format$phpinfoHtml = Parser::render();