index
:
~cnx/cp
this commit
main
My CP collection
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usth
/
ICT3.2
/
prac
/
4
/
6.php
blob: a70cd4d0edc3348bc8597a25139bf61b7dedeb4d (
plain
) (
blame
)
1
2
3
4
5
<?php
function
sort_immutable
(
array
$a
)
:
array
{
sort
(
$a
);
return
$a
;
}