TYPO3
7.6
Users
bogdan
Projects
Kapeli
Resources
Dash
Docsets
TYPO3
src
vendor
psr
http-message
src
StreamInterface.php
Go to the documentation of this file.
1
<?php
2
3
namespace
Psr\Http\Message;
4
12
interface
StreamInterface
13
{
28
public
function
__toString
();
29
35
public
function
close
();
36
44
public
function
detach
();
45
51
public
function
getSize
();
52
59
public
function
tell
();
60
66
public
function
eof
();
67
73
public
function
isSeekable
();
74
87
public
function
seek
($offset, $whence = SEEK_SET);
88
99
public
function
rewind
();
100
106
public
function
isWritable
();
107
115
public
function
write
($string);
116
122
public
function
isReadable
();
123
134
public
function
read
($length);
135
143
public
function
getContents
();
144
157
public
function
getMetadata
($key = null);
158
}
Generated on Wed Nov 11 2015 01:52:04 for TYPO3 by
1.8.3