UNB Components Code Reference

UnbEnvironment::GetClientPlatform method

Gets the client's platform identifier containing the client application (browser) and operating system as known.

public static function UnbEnvironment::GetClientPlatform ();

Remarks

String format is "<browser>@<os>". Each component is a hierarchical string separated by a slash (/). Browser format is usually "<engine>/<application>/<version>". OS format is usually "<class>/<os-name>/<version>". For a full reference see the $names and $osmap arrays in the function implementation.

Member of class: UnbEnvironment

Implementation file: environment.class.php, line 452

© 2011 Yves Goergen. UNB Components Homepage. Reference generated on 2011-02-22.