<?php declare(strict_types = 1); $options = [ 1, 2, ]; uasort($options, strnatcasecmp(...)); var_dump($options); var_dump(strnatcasecmp(1, 2));
You have javascript disabled. You will not be able to edit any code.