API17

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.  


{{subst:Description:JArchiveGzip::_getFilePosition}}
 


<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]]
{{subst:SeeAlso:JArchiveGzip::_getFilePosition}}
 


===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JArchiveGzip::_getFilePosition
category=JArchiveGzip::_getFilePosition
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*

Latest revision as of 02:20, 25 March 2017

Joomla 11.1 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 Joomla 11.1

See also


User contributed notes

Code Examples