This commit is contained in:
Jens True 2024-06-28 08:34:27 +00:00
parent 953021438f
commit d54e53eff9

@ -1,5 +1,5 @@
<?php
//Incredibly slow... Brute force the worse possible way
function pandigital($number)
{
$array = count_chars($number, 1);