/[clipping]/cyclic_arr.class.php
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /cyclic_arr.class.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by dpavlin, Sat Nov 3 10:36:20 2001 UTC revision 1.2 by dpavlin, Wed Nov 7 15:24:13 2001 UTC
# Line 29  class Cyclic_Arr { Line 29  class Cyclic_Arr {
29                  $this->next();                  $this->next();
30                  return $out;                  return $out;
31          }          }
32            
33            function fetch_rev() {
34                    $out = $this->arr[$this->pos];
35                    $this->prev();
36                    return $out;
37            }
38    
39          // move to next          // move to next
40          function next() {          function next() {

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.26