PHP Functions View

In this Topic Hide

About

Toolbar commands

About

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.

 

To access the view, go to Window | Show View | Other | PHP Tools | PHP Functions.

view_php_functions.png

Right-clicking a function in PHP Functions view and selecting Open Manual will open an online version of the PHP manual with an explanation about most of the functions on the list.

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

phpmanual_integration.png

Note:

If the browser opens with a 'Cannot find server' error message, it means the function does not have a description assigned to it in the PHP Manual.

Sites for viewing the PHP Manual can be added and edited from the PHP Manual Preferences page.

 

Toolbar commands

Icon

Name

Description

filter_text_box.png

Filter Text box

Allows you to find a particular function. Start typing the function name. Relevant results will be displayed below it.

 

 

link_icon.png

Related Links:

PHP Perspective
PHP Explorer view

PHP Project Outline View

Outline View