Latest JAS v1.1.0
144 plugins online

Code / Socket / inSubnet

Socket :: inSubnet
Method
include/socket.php

Description...

Arguments

subnet
Argument
ip
Argument

Return values

Boolean
Returns

Examples

Socket InSubnet method example
PHP
<?
  $socket->inSubnet($subnet, $ip);  //Call Socket::inSubnet method
?>

Comments (0)