Home > Pasties > Pastie #5
Created on 23/01/2008 23:12 by LetsSurf
if (!function_exists('ordinal')) { function ordinal($num) { if ($num > 13 || $num < 11) { switch (substr($num, -1)) { case 1: return $num.'st'; case 2: return $num.'nd'; case 3: return $num.'rd'; } } return $num.'th'; }}
If you press Ctrl+Xwithout any selection,PHPEdit will first selectthe word near your caretand the cut it to theclipboard.