Function __global->website_file_group
Definitions
sources/global3.php
- Find the filesystem group of the website.Will always return 0 on Windows.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: int
Returns
- Group
- Type: integer
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find the filesystem group of the website.Will always return 0 on Windows.
*
* @return integer Group
*/
function website_file_group() : int
* Find the filesystem group of the website.Will always return 0 on Windows.
*
* @return integer Group
*/
function website_file_group() : int

