(runtime) o2rnt_interfacestring o2rnt_interface() Returns current o2runtime interface type.
Possible returned values are:
HTML: application is executed by a webserver and interfaces are delivered to a client browser in HTML format
GTK: application is executed by system (command line or double click), PHP-GTK capabilities are enabled and GTK GUI interfaces are produced
BAT: application is executed by system (command line or double click) but no PHP-GTK capabilities are enabled, so console STDOUT is the only interface
|