Function __global->is_our_server
Definitions
sources/global3.php
- Find whether a machine is our server.Also see is_local_machine().
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: bool
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$ip_or_hostname | ?IP | Null | N/A | N/A | IP address or hostname (null: current user's IP address) |
Return
- If it is our server
- Type: boolean
- Set: N/A
- Range: N/A