php-base32 icon indicating copy to clipboard operation
php-base32 copied to clipboard

PHP base32 encoding/decoding class (RFC 4648 standard and extended hex, Crockford, z-base-32/Zooko)

Results 1 php-base32 issues
Sort by recently updated
recently updated
newest added

This pull request fixes the validation logic in the function that checks whether a given value is a positive integer (or a string representing a positive integer). The previous regex...