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