Function __global->get_os_string

Definitions

sources/global3.php

  • Get the user's operating system.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: string

Returns

  • The operating system string
  • Type: string
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get the user's operating system.
 *
 * @return string The operating system string
 */

function get_os_string() : string