🔮
<?php echo "Magic"; ?>
Highlights
Pinned Loading
-
shortened version to validate an Isr...
shortened version to validate an Israeli ID (Luhn algorithm) 1<?php
2function isValidIdentifier($id) {
3if (!is_numeric($id) || strlen($id) < 5 || strlen($id) > 9) return false;
4$d = array_reverse(str_split(str_pad($id, 9, '0', STR_PAD_LEFT)));
5$sum = 0;
-
JewishPulse
JewishPulse PublicJewish Pulse - Your Jewish Bot for Times, Holiness, and Daily Connection.
PHP
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.