How i can read PHP Version ?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
STam
Forum Newbie
Posts: 1
Joined: Sun Jun 09, 2002 7:49 am
Location: Germany, IZ
Contact:

How i can read PHP Version ?

Post by STam »

if exist a variable to read the PHP-Version?
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

User avatar
fatal
Forum Contributor
Posts: 118
Joined: Sat Apr 20, 2002 10:47 am
Location: East Coast

Post by fatal »

You can also use phpinfo(), it gives you the php version and alot of info about your server. Another thing it shows is the varibles in your php.ini.
Post Reply