API17

JStream:: destruct: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Bulk upload by Doxiki2
 
m preparing for archive only
 
(6 intermediate revisions by 2 users not shown)
Line 4: Line 4:
Destructor.  
Destructor.  


{{Description:JStream::__destruct}}
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JStream::__destruct|Edit Descripton]]<nowiki>]</nowiki>
</span>
===Since===
{{JVer|11.1 }}
===Synopsis===
<source lang="php">
<source lang="php">
public JStream->__destruct ()
public function __destruct ()
</source>
</source>
===Returns===
* '''Returns''' void
void
* '''Defined''' on line 126 of libraries/joomla/filesystem/stream.php
===Defined in===
* '''Since''' {{JVer|11.1 }}
libraries/joomla/filesystem/stream.php
===Referenced by===
===See also===
===See also===
<span class="editsection" style="font-size:76%;">
* {{JVer|11.1}} '''JStream::__destruct source code''' on [[jplatform:filesystem/stream.php#cl-118|BitBucket]]
<nowiki>[</nowiki>[[SeeAlso:JStream::__destruct|Edit See Also]]<nowiki>]</nowiki>
* {{JVer|11.1}} Class [[API17:JStream|JStream]]
</span>
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Filesystem|Filesystem]]
* [[JStream/11.1|JStream]]
* [[API17:JStream::__destruct|Other versions of JStream::__destruct]]
* [[JStream::__destruct|Other versions of this method]]
 
{{SeeAlso:JStream::__destruct}}
 
===Examples===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JStream::__destruct
category=JStream::__destruct
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*
namespace=CodeExample
format= ,,,
format= ,,,
</dpl>
</dpl>
<noinclude>[[Category:JStream]][[Category:JStream::__destruct]]</noinclude>
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 03:44, 25 March 2017

Joomla 11.1 JStream::__destruct

Description

Destructor.


public function __destruct ()
  • Returns void
  • Defined on line 126 of libraries/joomla/filesystem/stream.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples