API16

API16:JStream/getFileHandle

From Joomla! Documentation

Revision as of 02:07, 25 March 2017 by JoomlaWikiBot (talk | contribs) (preparing for archive only)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Return the internal file handle



Syntax

getFileHandle()


Defined in

libraries/joomla/filesystem/stream.php

Importing

jimport( 'joomla.filesystem.stream' );

Source Body

function getFileHandle() {
        return $this->_fh;
}



Examples

Code Examples