Ver original<?php$input = '592'; $array = str_split($input);rsort($array, SORT_NUMERIC);echo $array[0];