Skip to content

lionzeye/verifyReddCoinAddress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

verifyReddCoinAddress

PHP code to verify a ReddCoin wallet-address

Note: the bcmath PHP-extension is required.

##Usage (example):

    <?php
        include('validator.class.php');
        $validator = new ReddCoinAddressValidator();
        $isValid = $validator->checkAddress("SOMEADDRESS");
        echo "isValid: " . ($isValid ? 'true' : 'false');
    ?>

About

PHP code to verify a ReddCoin wallet-address

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages