I'm not talking about array_flip()
, i want to reverse an array without a numerical/alphabetical basis, just upside down.
Example:
array('music','television','hollywood');
Will be:
array('hollywood','television','music');
Thanks!
It looks like you'd want to use array_reverse.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With