Comments
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
<?php
|
||||
|
||||
//Incredibly slow... Brute force the worse possible way
|
||||
function pandigital($number)
|
||||
{
|
||||
$array = count_chars($number, 1);
|
||||
|
Reference in New Issue
Block a user