themanaworld / tmwa

The server currently running The Mana World (mirrored from https://git.themanaworld.org/legacy/tmwa)

Home Page:https://www.themanaworld.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add more array methods

Helianthella opened this issue · comments

  • sort (asc, desc) → not possible because of #157
  • shuffle → not possible because of #157
  • reverse → not possible because of #157
  • rotate → not possible because of #157
  • copy
  • search
  • implode or join

issue #157 is a huge hindrance

commented

Don't take the array size automatically, take it as an extra parameter. #157 is not a bug.

oh good idea