API17

JSimpleXML::loadFile: 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:
Interprets an XML file into an object.  
Interprets an XML file into an object.  


{{Description:JSimpleXML::loadFile}}
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JSimpleXML::loadFile|Edit Descripton]]<nowiki>]</nowiki>
</span>
===Synopsis===
<source lang="php">
<source lang="php">
public JSimpleXML->loadFile ($path, $classname=null)
public function loadFile (
        $path
        $classname=null
)
</source>
</source>
{| class="wikitable"
{| class="wikitable"
Line 30: Line 30:
|-
|-
|}
|}
===Returns===
* '''Returns'''
* '''Defined''' on line 164 of libraries/joomla/utilities/simplexml.php
===See also===
* {{JVer|11.1}} '''JSimpleXML::loadFile source code''' on [[jplatform:utilities/simplexml.php#cl-156|BitBucket]]
* {{JVer|11.1}} Class [[API17:JSimpleXML|JSimpleXML]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Utilities|Utilities]]
* [[API17:JSimpleXML::loadFile|Other versions of JSimpleXML::loadFile]]


===Defined in===
 
libraries/joomla/utilities/simplexml.php
===User contributed notes===
===Referenced by===
=== Code Examples ===
===See also===
<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>[[SeeAlso:JSimpleXML::loadFile|Edit See Also]]<nowiki>]</nowiki>
</span>
* [[JSimpleXML/11.1|JSimpleXML]]
* [[JSimpleXML::loadFile|Other versions of this method]]
{{SeeAlso:JSimpleXML::loadFile}}
===Examples===
<CodeExamplesForm />
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JSimpleXML::loadFile
category=JSimpleXML::loadFile
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*
namespace=CodeExample
format= ,,,
format= ,,,
</dpl>
</dpl>
<noinclude>[[Category:JSimpleXML]][[Category:JSimpleXML::loadFile]]</noinclude>
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 03:43, 25 March 2017

Joomla 11.1 JSimpleXML::loadFile

Description

Interprets an XML file into an object.


public function loadFile (
        $path
        $classname=null
)
Parameter Type Default Description
$path
$classname null
  • Returns
  • Defined on line 164 of libraries/joomla/utilities/simplexml.php

See also


User contributed notes

Code Examples