API16

JStream/getFileHandle: Difference between revisions

From Joomla! Documentation

Doxiki (talk | contribs)
New page: ===Description=== Return the internal file handle <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<nowiki>]</...
 
m preparing for archive only
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
Return the internal file handle  
Return the internal file handle  


<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>[[Description:JStream/getFileHandle|Edit Descripton]]<nowiki>]</nowiki>
</span>


{{Description:JStream/getFileHandle}}
 
 


===Syntax===
===Syntax===
Line 24: Line 22:
</source>
</source>


<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JStream/getFileHandle|Edit See Also]]<nowiki>]</nowiki>
 
</span>
{{SeeAlso:JStream/getFileHandle}}


===Examples===
===Examples===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
  noresultsheader=\n
  noresultsheader=\n
  category=getFileHandle
  category=getFileHandle
  category=JStream
  category=JStream
  category=CodeExample
  namespace=CodeExample
  category=MethodExample
  category=MethodExample
  include=*
  include=*
  format= ,,,
  format= ,,,
</dpl>
</dpl>

Latest revision as of 02:07, 25 March 2017

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