ID) : null; $user_details['time'] = current_time("mysql"); return $user_details; } /** * Provide user details * * @return _setUserDetail user details array */ public static function getUserDetail() { return IpTool::_setUserDetail(); } /** * Provide user IP address * * @return ip */ public static function getIP() { return IpTool::_checkIP(); } }