# IpLocation **Repository Path**: DaHBLiu/IpLocation ## Basic Information - **Project Name**: IpLocation - **Description**: 根据IP段判断省份 - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README `` $location = new IpLocation(); $ip = $location->getClientIp(); $locationInfo = $location->getClientInfo(); echo $ip; echo '