$custom_functions = array( 'md5', 'sha1', 'time', 'strtotime', 'dechex', // add the names of your custom functions to this array /* 'leet_text', */);
SELECT dechex(intcolumn) AS hex FROM tableName