[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/include/Zend/Gdata/ -> MimeBodyString.php (summary)

Zend Framework LICENSE

Copyright: Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
License: http://framework.zend.com/license/new-bsd New BSD License
Version: $Id: MimeBodyString.php 24593 2012-01-05 20:35:02Z matthew $
File Size: 92 lines (2 kb)
Included or required: 1 time
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Zend_Gdata_MimeBodyString:: (3 methods):
  __construct()
  read()
  getSize()


Class: Zend_Gdata_MimeBodyString  - X-Ref

A wrapper for strings for buffered reading.

__construct($sourceString)   X-Ref
Create a new MimeBodyString object.

param: string $sourceString The string we are wrapping.

read($bytesRequested)   X-Ref
Read the next chunk of the string.

param: integer $bytesRequested The size of the chunk that is to be read.
return: string A corresponding piece of the string.

getSize()   X-Ref
The length of the string.

return: int The length of the string contained in the object.



Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1