Description
This function retrieves a cPanel-supported scripting language's processor architecture.
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. |
An available scripting language. Note: The LangMods::langlist function returns possible values.
|
perl |
Returns
Return |
Type |
Description |
Possible values |
Example |
archname |
string |
The scripting language architecture's name. |
The language architecture's name. |
x86_64-linux-thread-multi |
status |
boolean |
Whether the function succeeded. |
|
1 |
reason |
string |
A reason for failure. Note: This function only returns areason value if there was an error. |
A string that describes the error. |
This is an error message. |
result |
boolean |
Whether the function succeeded. |
|
1 |