Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created August 7, 2019 23:26
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save parzibyte/ede5a3ab489569f1a306c59074899a1d to your computer and use it in GitHub Desktop.
<?php
$arregloDesordenado = ["Hola", "Mundo", "Adiós"];
$arregloOrdenado = sort($arregloDesordenado);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment