14 lines
252 B
Markdown
14 lines
252 B
Markdown
### Function: GetServerVariable(name)
|
|
|
|
**Description:**
|
|
Gets a server variable string.
|
|
|
|
**Parameters:**
|
|
- `name` (string) - String `name`.
|
|
|
|
**Returns:** Returns string if matches a variable name, otherwise returns NULL.
|
|
|
|
**Example:**
|
|
|
|
Example Required
|