Skip to content

the simple php method to check phone number roundish amount

License

Notifications You must be signed in to change notification settings

ADLVI/phone-roundish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

phone-roundish

the simple php method to check phone number roundish amount

example

<?php

require_once __DIR__."/check_phone_roundish.php";

$numbers = [
    "9900153555",
    "9129151718",
    "9301233210",
    "9381238543",
    "9030001020",
    "9159165060",
                ];
foreach($numbers as $number) {
    echo $number . " : " . check_phone_roundish($number,3)['score'] . "\n";
}

About

the simple php method to check phone number roundish amount

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages