|
|
|
|
SysVersion (Function) In french: SysVersion Returns information about the PHP version used on the current server.
// Display the PHP version Info("PHP version " + SysVersion())
Syntax <Result>: Character string - Requested information about the PHP version,
- Empty string ("") if an error occurred.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|