ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / System functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Returns information about the PHP version used on the current server.
Example
// Display the PHP version
Info("PHP version " + SysVersion())
Syntax
<Result> = SysVersion()
<Result>: Character string
  • Requested information about the PHP version,
  • Empty string ("") if an error occurred.
WEBDEV - Server code This function is also available in WEBDEV Server in order to be used when debugging a PHP site. The function returns "PHP simulation mode". A fatal error is displayed if this function is used outside the debug mode of a PHP site.
Component: wd290page.dll
Minimum version required
  • Version 9
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help