Function FirePHP->getUserAgent

Definitions

sources/firephp.php

  • Get user agent
  • Visibility: protected
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Returns

  • Type: string|false
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get user agent
 *
 * @return string|false
 */

protected function getUserAgent()