API16:JStream/getFileHandle
From Joomla! Documentation
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 />