This function lists a cPanel-supported scripting language's available modules. |
Examples
|
Parameter | Type | Description | Possible values | Example | |
---|---|---|---|---|---|
lang | string | Required The scripting language's short name. | A available scripting language on your server.
| perl | |
skip | integer | The number of responses to skip at the beginning of the function's output. Use this parameter with the This value defaults to | A positive integer. | 3 | |
want | integer | The number of responses to return in the function's output. This value defaults to | A positive integer. | 6 | |
regex | string | Required A Perl Compatible Regular Expression (PCRE) that filters the results. | A valid PCRE. | Lite |
Return | Type | Description | Possible values | Example | |
---|---|---|---|---|---|
info | string | Any relevant information about the module. | A string value. | sqlite MDB2 driver | |
docurl | string | The system's homepage. | A URL. | http://pear.php.net/package/MDB2_Driver_sqlite/docs | |
latest | string | The module's latest version. | A module version number. | alpha | |
installed | string | The module's installed version. |
| 1.5.0b4 | |
module | string | The module's name. | A module name. | MDB2_Driver_sqlite | |
stable | string | The module's stable version. | A module version number. | 1.5.0b4 | |
reason | string | A reason for failure.
| A string that describes the error. | This is an error message. | |
result | Boolean | Whether the function succeeded. |
| 1 |
Function information
About this moduleThe About cPanel API 2
Find a functionRelated functions
|