API16:JStream/getFileHandle
From Joomla! Documentation
Description
Return the internal file handle
Template:Description:JStream/getFileHandle
Syntax
getFileHandle()
Defined in
libraries/joomla/filesystem/stream.php
Importing
jimport( 'joomla.filesystem.stream' );
Source Body
function getFileHandle() {
return $this->_fh;
}
[Edit See Also] Template:SeeAlso:JStream/getFileHandle
Examples
<CodeExamplesForm />