Function Forum_driver_vb3->probe_ip
Definitions
sources/forum/vb3.php
- Try to find a member with the given IP address.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Parameters
Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
---|---|---|---|---|---|---|---|
$ip | IP | No | No | required parameter | N/A | N/A | The IP address |
Returns
- The distinct rows found
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Try to find a member with the given IP address.
*
* @param IP $ip The IP address
* @return array The distinct rows found
*/
public function probe_ip(string $ip) : array
* Try to find a member with the given IP address.
*
* @param IP $ip The IP address
* @return array The distinct rows found
*/
public function probe_ip(string $ip) : array