API17:JRegistryFormatIni::objectToString
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Updated to r1448:247ba8d88526) |
||
| (One intermediate revision by one user not shown) | |||
| Line 9: | Line 9: | ||
<nowiki>[</nowiki>[[Description:JRegistryFormatIni::objectToString|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JRegistryFormatIni::objectToString|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public function objectToString ( |
| + | $object | ||
| + | $options=array | ||
| + | ) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 31: | Line 33: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' | |
| − | + | * '''Defined''' on line 35 of libraries/joomla/registry/format/ini.php | |
| − | + | ||
| − | libraries/joomla/registry/format/ini.php | + | |
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JRegistryFormatIni::objectToString source code''' on [[jplatform:registry/format/ini.php#cl-27|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JRegistryFormatIni/11.1|JRegistryFormatIni]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Registry/11.1|Registry]] | ||
| + | * [[JRegistryFormatIni::objectToString|Other versions of JRegistryFormatIni::objectToString]] | ||
| + | {{SeeAlso:JRegistryFormatIni::objectToString}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JRegistryFormatIni::objectToString|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JRegistryFormatIni::objectToString|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 51: | Line 52: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JRegistryFormatIni]][[Category:JRegistryFormatIni::objectToString]]</noinclude> | <noinclude>[[Category:JRegistryFormatIni]][[Category:JRegistryFormatIni::objectToString]]</noinclude> | ||
Revision as of 21:31, 27 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JRegistryFormatIni::objectToString
Description
Converts an object into an INI formatted string
Description:JRegistryFormatIni::objectToString
[Edit Descripton]
public function objectToString ( $object $options=array )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $object | |||
| $options | array() |
- Returns
- Defined on line 35 of libraries/joomla/registry/format/ini.php
See also
-
JRegistryFormatIni::objectToString source code on BitBucket
-
Class JRegistryFormatIni
-
Subpackage Registry
- Other versions of JRegistryFormatIni::objectToString
SeeAlso:JRegistryFormatIni::objectToString [Edit See Also]
User contributed notes
<CodeExamplesForm />
