(PECL ds >= 1.0.0)
Ds\Vector::reversed — Returns a reversed copy
This function has no parameters.
A reversed copy of the vector.
Note:
The current instance is not affected.
Example #1 Ds\Vector::reversed() example
<?php
$vector = new \Ds\Vector(["a", "b", "c"]);
print_r($vector->reversed());
print_r($vector);
?>
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