Sign in
apache
/
netbeans
/
c9ae5f89a8f92e7ca33367c3f2d49de62080ff6c
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
parser
/
spaceship_02.php
blob: 46c00d7078b3e32e7b64f8d1a426942c5cd7acdb [
file
]
<?
php
function
order_func
(
$a
,
$b
)
{
return
$a
<=>
$b
;
}