Function __global->website_file_owner

Definitions

sources/global3.php

  • Find the filesystem owner of the website.Will always return 0 on Windows.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: int

Returns

  • Owner
  • Type: integer
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Find the filesystem owner of the website.Will always return 0 on Windows.
 *
 * @return integer Owner
 */

function website_file_owner() : int