Function __global->get_browser_string

Definitions

sources/global3.php

  • Get a string of the users web browser.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: string

Returns

  • The web browser string
  • Type: string
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get a string of the users web browser.
 *
 * @return string The web browser string
 */

function get_browser_string() : string