Using PHP function hints

Function hints allow to lookup known PHP function parameters and description without looking in the documentation.

Function hints are displayed when you type ( after a PHP function name.

Alternatively you can place caret inside the braces of a PHP function call and press Shift+Ctrl+Space to open hint on demand.