Skip to content

Instantly share code, notes, and snippets.

@ydenissov
Created March 23, 2023 15:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ydenissov/9af2d4c57142ade2b2a3a7c26735de76 to your computer and use it in GitHub Desktop.
Save ydenissov/9af2d4c57142ade2b2a3a7c26735de76 to your computer and use it in GitHub Desktop.
Sort by value
<?php
usort($ral_arr_formula, fn($a, $b) => $a['ral_delta'] <=> $b['ral_delta']);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment