Function __global->long2ip
Definitions
sources_custom/phpstub.php
- Converts an (IPv4) Internet network address into a string in Internet standard dotted format.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $proper_address | integer | No | No | required parameter | N/A | N/A | The IP address |
Returns
- The long form
- Type: string
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Converts an (IPv4) Internet network address into a string in Internet standard dotted format.
*
* @param integer $proper_address The IP address
* @return string The long form
*/
function long2ip(int $proper_address) : string
* Converts an (IPv4) Internet network address into a string in Internet standard dotted format.
*
* @param integer $proper_address The IP address
* @return string The long form
*/
function long2ip(int $proper_address) : string

