Help for this page
#*A small script to check the sum of a number's digits recursively (until single digit of length). ... return $total if ($len == 1); &spl($total) if ($len != 1); }
... return $total if ($len == 1); &spl($total) if ($len != 1); }