示例#1
0
 /**
  * Returns an array of HTTP headers containing the data
  *
  * @param string $headerName
  * @param integer $maxHeaderLength
  * @return array 
  * @static 
  */
 public static function getDataAsHeaders($headerName = 'phpdebugbar', $maxHeaderLength = 4096, $maxTotalHeaderLength = 250000)
 {
     //Method inherited from \DebugBar\DebugBar
     return \Barryvdh\Debugbar\LaravelDebugbar::getDataAsHeaders($headerName, $maxHeaderLength, $maxTotalHeaderLength);
 }