API16

API16:JStream/getFileHandle

From Joomla! Documentation

Revision as of 14:26, 24 March 2017 by JoomlaWikiBot (talk | contribs) (clean up)

Description

Return the internal file handle


{{subst:Description:JStream/getFileHandle}}

Syntax

getFileHandle()


Defined in

libraries/joomla/filesystem/stream.php

Importing

jimport( 'joomla.filesystem.stream' );

Source Body

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


{{subst:SeeAlso:JStream/getFileHandle}}

Examples

<CodeExamplesForm />