Function __global->ip2long

Definitions

sources_custom/phpstub.php

  • Converts a string containing an (IPv4) Internet Protocol dotted address into a proper address.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: N/A

Parameters

Name Type Default Set Range Description
$ip_address string required parameter N/A N/A The IP address

Return

  • The long form (false: cannot perform conversion)
  • Type: ~integer
  • Set: N/A
  • Range: N/A