API17

Difference between revisions of "JFile::stripExt"

From Joomla! Documentation

m (JoomlaWikiBot moved page JFile::stripExt/11.1 to API17:JFile::stripExt without leaving a redirect: Robot: Moved page)
m (moving preparation)
(One intermediate revision by the same user not shown)
Line 28: Line 28:
 
* '''Since''' {{JVer|11.1 }}
 
* '''Since''' {{JVer|11.1 }}
 
* '''Referenced by'''
 
* '''Referenced by'''
** [[JElementModuleLayouts::_getOptions/11.1|JElementModuleLayouts::_getOptions]]
+
** [[API17:JElementModuleLayouts::_getOptions|JElementModuleLayouts::_getOptions]]
** [[JElementComponentLayouts::_getOptions/11.1|JElementComponentLayouts::_getOptions]]
+
** [[API17:JElementComponentLayouts::_getOptions|JElementComponentLayouts::_getOptions]]
** [[JInstallerPlugin::discover/11.1|JInstallerPlugin::discover]]
+
** [[API17:JInstallerPlugin::discover|JInstallerPlugin::discover]]
** [[JInstallerLibrary::discover/11.1|JInstallerLibrary::discover]]
+
** [[API17:JInstallerLibrary::discover|JInstallerLibrary::discover]]
** [[JArchive::extract/11.1|JArchive::extract]]
+
** [[API17:JArchive::extract|JArchive::extract]]
** [[JFormFieldModuleLayout::getInput/11.1|JFormFieldModuleLayout::getInput]]
+
** [[API17:JFormFieldModuleLayout::getInput|JFormFieldModuleLayout::getInput]]
** [[JFormFieldFileList::getOptions/11.1|JFormFieldFileList::getOptions]]
+
** [[API17:JFormFieldFileList::getOptions|JFormFieldFileList::getOptions]]
** [[JAdapter::loadAllAdapters/11.1|JAdapter::loadAllAdapters]]
+
** [[API17:JAdapter::loadAllAdapters|JAdapter::loadAllAdapters]]
** [[JPackageManifest::loadManifestFromXML/11.1|JPackageManifest::loadManifestFromXML]]
+
** [[API17:JPackageManifest::loadManifestFromXML|JPackageManifest::loadManifestFromXML]]
** [[JLibraryManifest::loadManifestFromXML/11.1|JLibraryManifest::loadManifestFromXML]]
+
** [[API17:JLibraryManifest::loadManifestFromXML|JLibraryManifest::loadManifestFromXML]]
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JFile::stripExt source code''' on [[jplatform:filesystem/file.php#cl-39|BitBucket]]
 
* {{JVer|11.1}} '''JFile::stripExt source code''' on [[jplatform:filesystem/file.php#cl-39|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::stripExt|Other versions of JFile::stripExt]]
+
* [[API17:JFile::stripExt|Other versions of JFile::stripExt]]
 
{{SeeAlso:JFile::stripExt}}
 
{{SeeAlso:JFile::stripExt}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 58: Line 58:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JFile]][[Category:JFile::stripExt]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 20:40, 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::stripExt[edit]

Description[edit]

Strips the last extension off a file name.

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

public static function stripExt ($file)
Parameter Type Default Description
$file string The file name

See also[edit]

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

User contributed notes[edit]

<CodeExamplesForm />