Add shuffle() method to Array
This commit is contained in:
parent
a60896869e
commit
75d69fb4ec
4 changed files with 22 additions and 0 deletions
|
|
@ -296,6 +296,11 @@
|
|||
[/codeblock]
|
||||
</description>
|
||||
</method>
|
||||
<method name="shuffle">
|
||||
<description>
|
||||
Shuffle the array such that the items will have a random order.
|
||||
</description>
|
||||
</method>
|
||||
</methods>
|
||||
<constants>
|
||||
</constants>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue