Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1432982
WebRequestRecognizerTrait.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
524 B
Referenced Files
None
Subscribers
None
WebRequestRecognizerTrait.php
View Options
<?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
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 22:32 (2 h, 18 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
9c/37/55198813372f5b4087da0835e936
Default Alt Text
WebRequestRecognizerTrait.php (524 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment