Ad
  • Default User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    I'm not familiar with PHP, but I looked at the docs and the problem you seem to be having is that PHP sort() directly changes the array you're trying to sort, instead of returning it. It returns true when the array has been sorted successfully and false when the function has run into a problem and thus was not able to sort the array. Hope this helps. Reminder -- you can always google problems you have, and docs for specific languages are available online, too.

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution