getIp() public static method

Return the request ip
public static getIp ( ) : string
return string
Exemplo n.º 1
0
 /**
  * Return the user agent ip
  * @return string
  */
 public function getIp()
 {
     return Http\Request::getIp();
 }