Merge pull request #125 from tvlooy/php_docs

link to the php documentation
This commit is contained in:
Phil Sturgeon
2012-07-20 00:38:39 -07:00

View File

@@ -5,6 +5,7 @@ isChild: true
## Use the Current Stable Version (5.4)
If you are just getting started with PHP make sure to start with the current stable release of [PHP 5.4][php-release]. PHP has made great strides adding powerful [new features](#language_highlights) over the last few years. Don't let the minor version number difference between 5.2 and 5.4 fool you, it represents _major_ improvements.
If you are just getting started with PHP make sure to start with the current stable release of [PHP 5.4][php-release]. PHP has made great strides adding powerful [new features](#language_highlights) over the last few years. Don't let the minor version number difference between 5.2 and 5.4 fool you, it represents _major_ improvements. If you are looking for a function or it's usage, the documentation on the [php.net][php-docs] website will have the answer.
[php-release]: http://www.php.net/downloads.php
[php-docs]: http://www.php.net/manual/en/