Page MenuHomeWickedGov Phorge

WebRequestRecognizerTrait.php
No OneTemporary

Size
524 B
Referenced Files
None
Subscribers
None

WebRequestRecognizerTrait.php

<?php declare(strict_types=1);
/*
* This file is part of the Monolog package.
*
* (c) Jordi Boggiano <j.boggiano@seld.be>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Monolog\Handler;
trait WebRequestRecognizerTrait
{
/**
* Checks if PHP's serving a web request
* @return bool
*/
protected function isWebRequest(): bool
{
return 'cli' !== \PHP_SAPI && 'phpdbg' !== \PHP_SAPI;
}
}

File Metadata

Mime Type
text/x-php
Expires
Sat, May 16, 22:32 (1 h, 56 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
9c/37/55198813372f5b4087da0835e936
Default Alt Text
WebRequestRecognizerTrait.php (524 B)

Event Timeline