September 2001
Intermediate to advanced
768 pages
32h 45m
English
string phpversion(void)
Displays PHP version information.
Returns:
Current PHP version
Description:
Outputs the current version of PHP used.
Version:
Existing since version 4.0
Example:
echo "This server is running PHP, version ", phpversion(); |
Read now
Unlock full access