JArchiveGzip:: getFilePosition: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 4: | Line 4: | ||
Get file data offset for archive. | Get file data offset for archive. | ||
<source lang="php"> | <source lang="php"> | ||
| Line 17: | Line 17: | ||
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Filesystem|Filesystem]] | * {{JVer|11.1}} Subpackage [[API17:Subpackage_Filesystem|Filesystem]] | ||
* [[API17:JArchiveGzip::_getFilePosition|Other versions of JArchiveGzip::_getFilePosition]] | * [[API17:JArchiveGzip::_getFilePosition|Other versions of JArchiveGzip::_getFilePosition]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JArchiveGzip::_getFilePosition | category=JArchiveGzip::_getFilePosition | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
Latest revision as of 02:20, 25 March 2017
JArchiveGzip::_getFilePosition
Description
Get file data offset for archive.
public function _getFilePosition ()
- Returns int Data position marker for archive
- Defined on line 113 of libraries/joomla/filesystem/archive/gzip.php
- Since

See also
JArchiveGzip::_getFilePosition source code on BitBucket
Class JArchiveGzip
Subpackage Filesystem- Other versions of JArchiveGzip::_getFilePosition
User contributed notes
Code Examples