Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Neos
Flow
ResourceManagement
Streams
ResourceStreamWrapper
tell
Neos\Flow\ResourceManagement\Streams\ResourceStreamWrapper::tell PHP Method
ResourceStreamWrapper Class Documentation
Datei anzeigen
Open project: neos/flow-development-collection
tell()
public
method
This method is called in response to ftell().
public
tell
( ) :
integer
return
integer
Should return the current position of the stream.
public function tell() { return ftell($this->handle); }
ResourceStreamWrapper
cast
close
closeDirectory
evaluateResourcePath
flush
getScheme
isAtEof
lock
makeDirectory
open
openDirectory
pathStat
read
readDirectory
removeDirectory
rename
resourceStat
rewindDirectory
seek
setOption
tell
unlink
unlock
write