PHP Manual Integration

PDT can integrate with PHP Manual sites in order to get the most up-to-date PHP information.

The PHP Functions view lists all PHP functions contained within the PHP manuals, and can be used in order to easily add these functions into your scripts. To add a function to your code, simply place the cursor in the required position in the Editor and double-click the required element from the list.

 

Adding code from the PHP Functions View

You can open a PHP manual site with an explanation about most of the functions on the list by right-clicking a function in PHP Functions view and selecting Open Manual.

A new browser window will open with an explanation of the function from the PHP Manual site.

PHP Manual

Note:

Some functions will not have a description assigned to them in the PHP Manual site. In this case, a browser will open with a 'Cannot find server' error message.

PHP Manual sites can be added and edited from the PHP Manual Preferences page.

 

In addition, The PHP Functions view can be used in order to easily add functions into your scripts. To add a function to your code, simply place the cursor in the required position in the Editor and double-click the required element from the list.

 

To open a PHP Manual, right-click in the Editor and click Open PHP Manual -or- press Shift + F2.

 

 

link_icon.png

Related Links:

PHP Manual Preferences