get_param
Description:
Gets the list of values for the paramater name from this.
The list and its contents are owned by this, and must not be freed. If no parameter with the given
name exists, null is returned.
Parameters:
| this | |
| name |
a parameter name |
Returns:
|
A list of string elements representing the parameter's values, or |