Module modules.php.commands
Commands for the php module. There are several option variables used: PLATFORM: OS platform (linux or windows). FILE_IN: Location of the temporary file used as STDIN for various operations. FILE_OUT: Location of the temporary file that will contain output for various operations. REDIRECT: The command line symbol used for redirecting STDOUT to a file. PHP_CMD: The command that executes the PHP interpreter.
Functions
| modules.scite.functions.show_args () | If possible, display the arguments of the function to the left of the caret. |
Functions
- modules.scite.functions.show_args ()
- If possible, display the arguments of the function to the left of the caret. This function first tries to find the function in question in the current source file. If it is not there, this function performs a lookup in completion/. This overrides the standard module.scite.functions's show_args function.