Lines Matching refs:to
33 * @param it Iterator to limit
34 * @param offset Offset to first element
35 * @param count Maximum number of elements to show or -1 for all
43 throw new exception('Parameter count must either be -1 or a value greater than or equal to 0');
51 /** Seek to specified position
52 * @param position offset to seek to (relative to beginning not offset
58 throw new exception('Cannot seek to '.$position.' which is below offset '.$this->offset);
61 …throw new exception('Cannot seek to '.$position.' which is behind offset '.$this->offset.' plus co…
73 /** Rewind to offset specified in constructor
101 /** Forward to nect element
108 /** @return current position relative to zero (not to offset specified in
125 * @param func Name of method to invoke
126 * @param params Array of parameters to pass to method