fm_get_all_parameters

Not yet released


array fm_get_all_parameters ( void )


 

Description


Allows you to get all parameters passed to a PHPx function. This allows you to create functions with a variable number of parameters (set the at-worst parameter to -1 in the PHPx xml file to allow an unlimited number of parameters).

 

Parameters


There are no parameters for this function.

 

Return


Returns an array of the defined parameters. An empty array will be returned if there are no defined parameters.

 

Errors


There are no errors for this function.

 

Example 1 -
// Todo

Change Log

VersionDescription
3.0.0New function – allows you to create PHPx functions with a variable number of parameters.