API17

Difference between revisions of "JStreamString::stream seek"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (→‎See also: moving preparation)
Line 37: Line 37:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JStreamString::stream_seek source code''' on [[jplatform:filesystem/streams/string.php#cl-153|BitBucket]]
 
* {{JVer|11.1}} '''JStreamString::stream_seek source code''' on [[jplatform:filesystem/streams/string.php#cl-153|BitBucket]]
* {{JVer|11.1}} Class [[JStreamString/11.1|JStreamString]]
+
* {{JVer|11.1}} Class [[API17:JStreamString|JStreamString]]
* {{JVer|11.1}} Subpackage [[Subpackage_Filesystem/11.1|Filesystem]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Filesystem|Filesystem]]
* [[JStreamString::stream_seek|Other versions of JStreamString::stream_seek]]
+
* [[API17:JStreamString::stream_seek|Other versions of JStreamString::stream_seek]]
 
{{SeeAlso:JStreamString::stream_seek}}
 
{{SeeAlso:JStreamString::stream_seek}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 21:36, 11 May 2013

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JStreamString::stream_seek[edit]

Description[edit]

Template:Description:JStreamString::stream seek [Edit Descripton]

public function stream_seek (
        $offset
        $whence
)
Parameter Type Default Description
$offset $offset
$whence $whence
  • Returns
  • Defined on line 161 of libraries/joomla/filesystem/streams/string.php
  • Since Joomla 11.1

See also[edit]

Template:SeeAlso:JStreamString::stream seek [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />