API16

JStream/getFileHandle

From Joomla! Documentation

< API16:JStream
Revision as of 17:48, 22 March 2010 by Doxiki (talk | contribs) (New page: ===Description=== Return the internal file handle <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<nowiki>]</...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The "API16" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Description[edit]

Return the internal file handle

[Edit Descripton]

Template:Description:JStream/getFileHandle

Syntax[edit]

getFileHandle()


Defined in[edit]

libraries/joomla/filesystem/stream.php

Importing[edit]

jimport( 'joomla.filesystem.stream' );

Source Body[edit]

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

[Edit See Also] Template:SeeAlso:JStream/getFileHandle

Examples[edit]

<CodeExamplesForm />