update page now

Voting

: one plus zero?
(Example: nine)

The Note You're Voting On

vasiliauskas dot agnius at gmail dot com
6 years ago
Sometimes instead of shuffling array you just need to rotate it. We can easily rotate left an array with such code:
<?php
$arr[] = array_shift($arr);
?>

<< Back to user notes page

To Top