Function __global->read_network_endian_int
Definitions
sources/galleries2.php
- Read an integer from the given binary chunk. The integer is in network endian form.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: int
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$buffer | string | required parameter | N/A | N/A | The binary chunk |
Return
- The integer
- Type: integer
- Set: N/A
- Range: N/A