[ create a new paste ] login | about

Link: http://codepad.org/T8ph8frX    [ raw code | output | fork ]

PHP, pasted on Oct 25:
1
2
3
4
5
6
<?

$arr = array("a" => "abc", "b" => "bcd");


print_r(ksort($arr));


Output:
1
1


Create a new paste based on this one


Comments: