API17

Difference between revisions of "JFile::exists"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (moving preparation)
Line 28: Line 28:
 
* '''Since''' {{JVer|11.1 }}
 
* '''Since''' {{JVer|11.1 }}
 
* '''Referenced by'''
 
* '''Referenced by'''
** [[JInstallerLanguage::_install/11.1|JInstallerLanguage::_install]]
+
** [[API17:JInstallerLanguage::_install|JInstallerLanguage::_install]]
** [[JEditor::_loadEditor/11.1|JEditor::_loadEditor]]
+
** [[API17:JEditor::_loadEditor|JEditor::_loadEditor]]
** [[JHelp::createURL/11.1|JHelp::createURL]]
+
** [[API17:JHelp::createURL|JHelp::createURL]]
** [[JInstallerLanguage::update/11.1|JInstallerLanguage::update]]
+
** [[API17:JInstallerLanguage::update|JInstallerLanguage::update]]
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JFile::exists source code''' on [[jplatform:filesystem/file.php#cl-433|BitBucket]]
 
* {{JVer|11.1}} '''JFile::exists source code''' on [[jplatform:filesystem/file.php#cl-433|BitBucket]]
* {{JVer|11.1}} Class [[JFile/11.1|JFile]]
+
* {{JVer|11.1}} Class [[API17:JFile|JFile]]
* {{JVer|11.1}} Subpackage [[Subpackage_Filesystem/11.1|Filesystem]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Filesystem|Filesystem]]
* [[JFile::exists|Other versions of JFile::exists]]
+
* [[API17:JFile::exists|Other versions of JFile::exists]]
 
{{SeeAlso:JFile::exists}}
 
{{SeeAlso:JFile::exists}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 20:39, 11 May 2013

The "API17" 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.

Joomla 11.1 JFile::exists[edit]

Description[edit]

Wrapper for the standard file_exists function.

Template:Description:JFile::exists [Edit Descripton]

public static function exists ($file)
Parameter Type Default Description
$file string File path

See also[edit]

Template:SeeAlso:JFile::exists [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />