(PECL ds >= 1.0.0)
Ds\Sequence::reversed — Returns a reversed copy
Returns a reversed copy of the sequence.
This function has no parameters.
A reversed copy of the sequence.
Note:
The current instance is not affected.
Example #1 Ds\Sequence::reversed() example
<?php
$sequence = new \Ds\Vector(["a", "b", "c"]);
print_r($sequence->reversed());
print_r($sequence);
?>
The above example will output something similar to:
Ds\Vector Object ( [0] => c [1] => b [2] => a ) Ds\Vector Object ( [0] => a [1] => b [2] => c )
Follow Lee on X/Twitter - Father, Husband, Serial builder creating AI, crypto, games & web tools. We are friends :) AI Will Come To Life!
Check out: eBank.nz (Art Generator) |
Netwrck.com (AI Tools) |
Text-Generator.io (AI API) |
BitBank.nz (Crypto AI) |
ReadingTime (Kids Reading) |
RewordGame |
BigMultiplayerChess |
WebFiddle |
How.nz |
Helix AI Assistant