Function __global->ce_is_suexec_like
Definitions
code_editor.php
- Find whether we can get away with natural file access, not messing with AFMs, world-writability, etc.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.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: bool
Returns
- Whether we have this
- Type: boolean
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find whether we can get away with natural file access, not messing with AFMs, world-writability, etc.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.
*
* @return boolean Whether we have this
*/
function ce_is_suexec_like() : bool
* Find whether we can get away with natural file access, not messing with AFMs, world-writability, etc.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.
*
* @return boolean Whether we have this
*/
function ce_is_suexec_like() : bool

