<?php $cars=['Toyota','Volvo','BMW']; usort($cars,function($v){return $v <=> 'BMW';}); var_export($cars);
You have javascript disabled. You will not be able to edit any code.