Function __global->is_possibly_apache
Definitions
sources/global4.php
- Check whether we might be running Apache.This should not be used to definitively detect Apache; only use this for code which would probably not break the site if we really are not running Apache.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: bool
Returns
- Whether we might be running Apache
- Type: boolean
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Check whether we might be running Apache.This should not be used to definitively detect Apache; only use this for code which would probably not break the site if we really are not running Apache.
*
* @return boolean Whether we might be running Apache
*/
function is_possibly_apache() : bool
* Check whether we might be running Apache.This should not be used to definitively detect Apache; only use this for code which would probably not break the site if we really are not running Apache.
*
* @return boolean Whether we might be running Apache
*/
function is_possibly_apache() : bool
