PHP Functions View
The PHP Functions view lists most commonly used PHP Classes, Constants and Iterators. 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.
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.
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.
PHP Functions view Toolbar commands
|
Filter Text box |
Allows you to find a particular function. Start typing the function name. Relevant results will be displayed below it. |
PHP Functions view Menu Commands
The view's menu can be accessed through the view menu icon .
|
PHP Version selection |
Allows you to choose between PHP4 and PHP5 functions.
|
|
|
|
Related Links: |
|
|