API17:JStreamString::stream seek
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JStreamString::stream_seek|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JStreamString::stream_seek|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public function stream_seek ( |
| + | $offset | ||
| + | $whence | ||
| + | ) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 32: | Line 32: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' | |
| − | + | * '''Defined''' on line 161 of libraries/joomla/filesystem/streams/string.php | |
| − | + | * '''Since''' {{JVer|11.1 }} | |
| − | libraries/joomla/filesystem/streams/string.php | + | |
| − | * | + | |
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{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}} Subpackage [[Subpackage_Filesystem/11.1|Filesystem]] | ||
| + | * [[JStreamString::stream_seek|Other versions of JStreamString::stream_seek]] | ||
| + | {{SeeAlso:JStreamString::stream_seek}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JStreamString::stream_seek|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JStreamString::stream_seek|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 53: | Line 52: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JStreamString]][[Category:JStreamString::stream_seek]]</noinclude> | <noinclude>[[Category:JStreamString]][[Category:JStreamString::stream_seek]]</noinclude> | ||
Revision as of 21:43, 27 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JStreamString::stream_seek
Description
Description:JStreamString::stream seek [Edit Descripton]
public function stream_seek ( $offset $whence )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $offset | $offset | ||
| $whence | $whence |
See also
-
JStreamString::stream_seek source code on BitBucket
-
Class JStreamString
-
Subpackage Filesystem
- Other versions of JStreamString::stream_seek
SeeAlso:JStreamString::stream seek [Edit See Also]
User contributed notes
<CodeExamplesForm />
