Function __global->is_suexec_like
Definitions
sources/global3.php
- Find whether we are using natural file-owner-based access for PHP.Such access avoids us having to be messing with AFMs, world-writability, etc.Note that this says nothing about what user the web server is running as, just what PHP is running as (those are not always the same).Always will return false on Windows due to missing Posix - but there's no such thing as chmodding files for non-owners on Windows either.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: bool
Return
- Whether we have this
- Type: boolean
- Set: N/A
- Range: N/A