public static function autodetectPrintType() { self::$_printType = !empty($_SERVER) ? 'html' : 'linux'; }
<?php /** * Example, how to inspect a session status.. */ session_start(); PHPObjectBrowser::inspect($_SESSION); die;