[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/lib/horde/framework/Horde/Imap/Client/ -> Tokenize.php (summary)

Copyright 2012-2014 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.

Copyright: 2012-2014 Horde LLC
License: http://www.horde.org/licenses/lgpl21 LGPL 2.1
File Size: 334 lines (8 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Horde_Imap_Client_Tokenize:: (12 methods):
  __construct()
  __get()
  __sleep()
  __toString()
  add()
  flushIterator()
  getLiteralLength()
  current()
  key()
  next()
  rewind()
  valid()


Class: Horde_Imap_Client_Tokenize  - X-Ref

Tokenization of an IMAP data stream.

NOTE: This class is NOT intended to be accessed outside of this package.
There is NO guarantees that the API of this class will not change across
versions.

__construct($data = null)   X-Ref
Constructor.

param: mixed $data  Data to add (string, resource, or Horde_Stream

__get($name)   X-Ref
No description

__sleep()   X-Ref
No description

__toString()   X-Ref
No description

add($data)   X-Ref
Add data to buffer.

param: mixed $data  Data to add (string, resource, or Horde_Stream

flushIterator($return = true, $sublevel = true)   X-Ref
Flush the remaining entries left in the iterator.

param: boolean $return    If true, return entries. Only returns entries
param: boolean $sublevel  Only flush items in current sublevel?
return: array  The entries if $return is true.

getLiteralLength()   X-Ref
Return literal length data located at the end of the stream.

return: mixed  Null if no literal data found, or an array with these

current()   X-Ref
No description

key()   X-Ref
No description

next()   X-Ref

return: mixed  Either a string, boolean (true for open paren, false for

rewind()   X-Ref
No description

valid()   X-Ref
No description



Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1