API16

API16:JStream/getFileHandle

From Joomla! Documentation

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