<?php $hand = "T7A7"; echo implode( (function($cards) { sort($cards); return $cards; })(str_split($hand)) );
You have javascript disabled. You will not be able to edit any code.