PHP code example of howmas / is-vietnam-ip
1. Go to this page and download the library: Download howmas/is-vietnam-ip library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
howmas / is-vietnam-ip example snippets
bash
use HowMAS\IsVietNamIP\Checker;
();
echo $isVietNamIP ? "Viet Nam" : "Not Viet Nam";