Description
This function retrieves a cPanel-supported scripting language's key, or long name.
Warning:
We strongly recommend that you use UAPI instead of cPanel API 2. However, no equivalent UAPI function exists.
Examples
Note:
Use cPanel's API Shell interface (Home >> Advanced >> API Shell) to directly test cPanel API calls.
Parameters
Parameter |
Type |
Description |
Possible values |
Example |
lang |
string |
Required The scripting language's short name. |
Any available scripting language. Note: The LangMods::langlist function returns possible values.
|
php-pear |
key |
string |
Required Whether to return a scripting language's singular or plural name. |
|
name |
Returns
Return |
Type |
Description |
Possible values |
Example |
key |
string |
The scripting language’s long name. Note: This value returns null if you pass the names value and the language's long name is singular.
|
|
PHP Extensions and Applications Package |
status |
boolean |
Whether the function succeeded. |
|
1 |
reason |
string |
A reason for failure. Note: This function only returns a reasonvalue if there was an error. |
A string that describes the error. |
This is an error message. |
result |
boolean |
Whether the function succeeded. |
|
1 |