0) { $remainder = $id % 64; $id = ($id - $remainder) / 64; $code = $alphabet[$remainder] . $code; } return $code; } }