Hard
What does this snippet do?
<?php
uasort($array, static function($a, $b){
return $a <=> $b;
});
Author: Yves AstierStatus: PublishedQuestion passed 100 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!