See Also
Parameter Hints
The editor prompts the user regarding the formal parameters of a function or a method in the context where the function or method is called.
- Type the starting characters of the function you want to call.
- Press CTRL + Space. A dropdown list shows the context-sensitive proposals with the formal parameters for each proposal.
- Choose the relevant proposal and press Enter. The name of the chosen function is inserted in the code and a template for entering the parameters is shown in brackets.
- See Also
- Working with PHP
- Project Tasks: Quick Reference
Legal Notices