Zend Framework  3.0
Public Member Functions | List of all members
PhpInputStream Class Reference

Caching version of php://input. More...

Public Member Functions

 __construct ($stream= 'php://input')
 
 __toString ()
 {}
 
 isWritable ()
 {}
 
 read ($length)
 {}
 
 getContents ($maxLength=-1)
 {}
 
- Public Member Functions inherited from Stream
 __construct ($stream, $mode= 'r')
 
 __toString ()
 {}
 
 close ()
 {}
 
 detach ()
 {}
 
 attach ($resource, $mode= 'r')
 Attach a new stream/resource to the instance.
 
 getSize ()
 {}
 
 tell ()
 {}
 
 eof ()
 {}
 
 isSeekable ()
 {}
 
 seek ($offset, $whence=SEEK_SET)
 {}
 
 rewind ()
 {}
 
 isWritable ()
 {}
 
 write ($string)
 {}
 
 isReadable ()
 {}
 
 read ($length)
 {}
 
 getContents ()
 {}
 
 getMetadata ($key=null)
 {}
 

Additional Inherited Members

- Protected Attributes inherited from Stream
 $resource
 
 $stream
 

Detailed Description

Caching version of php://input.

Constructor & Destructor Documentation

__construct (   $stream = 'php://input')
Parameters
string | resource$stream

Member Function Documentation

__toString ( )

{}

getContents (   $maxLength = -1)

{}

isWritable ( )

{}

read (   $length)

{}