API15

JRecordSet/Close

From Joomla! Documentation

< API15:JRecordSet
Revision as of 17:16, 22 March 2010 by Doxiki (talk | contribs) (New page: ===Description=== TODO: Remove for 1.6. Deprecated <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<nowiki>]</nowi...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The "API15" 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]

TODO: Remove for 1.6. Deprecated

[Edit Descripton]

Template:Description:JRecordSet/Close

Syntax[edit]

Close()


Defined in[edit]

libraries/joomla/database/recordset.php

Importing[edit]

jimport( 'joomla.database.recordset' );

Source Body[edit]

function Close() {
}

[Edit See Also] Template:SeeAlso:JRecordSet/Close

Examples[edit]

<CodeExamplesForm />