PHP to Ruby
Convert PHP code into Ruby!
-
next
Posted on August 30th, 2009 No commentsThe next() function in PHP moves the internal array pointer one place forward. However in Ruby, there is no internal array pointer - as such Ruby doesn’t have an equivalent to PHP’s next() function.


