API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5

Référence de la classe JFile

Liste de tous les membres

Fonctions membres publiques


Documentation des fonctions membres

JFile::copy ( src,
dest,
path = null 
)

Copies a file

Paramètres:
string$srcThe path to the source file
string$destThe path to the destination file
string$pathAn optional base path to prefix to the file names
Renvoie:
boolean True on success
Depuis:
1.5

Références $path, JText::_(), JPath::clean(), JFolder::create(), JClientHelper::getCredentials(), JFTP::getInstance(), jimport(), et JError::raiseWarning().

Référencé par JInstaller::copyFiles(), et JArchive::extract().

Voici le graphe d'appel pour cette fonction :

Voici le graphe d'appel pour cette fonction :

JFile::delete ( file)
JFile::exists ( file)

Wrapper for the standard file_exists function

Paramètres:
string$fileFile path
Renvoie:
boolean True if path is a file
Depuis:
1.5

Références $file, et JPath::clean().

Référencé par iLink::_getLayouts(), iLink::_getViews(), JInstallerLanguage::_install(), JEditor::_loadEditor(), JHelp::createURL(), TemplatesController::editTemplate(), JInstallationModel::makeDB(), JInstallationModel::postMigrate(), TemplatesController::saveTemplate(), et MediaControllerFile::upload().

Voici le graphe d'appel pour cette fonction :

Voici le graphe d'appel pour cette fonction :

JFile::getExt ( file)

Gets the extension of a file name

Paramètres:
string$fileThe file name
Renvoie:
string The file extension
Depuis:
1.5

Références $file.

Référencé par MediaHelper::canUpload(), TemplatesController::editTemplateCSS(), JArchive::extract(), et MediaModelList::getList().

Voici le graphe d'appel pour cette fonction :

JFile::getName ( file)

Returns the name, sans any path

param string $file File path

Renvoie:
string filename
Depuis:
1.5

Références $file.

Référencé par JArchive::extract().

Voici le graphe d'appel pour cette fonction :

JFile::makeSafe ( file)

Makes file name safe to use

Paramètres:
string$fileThe name of the file [not full path]
Renvoie:
string The sanitised string
Depuis:
1.5

Références $file.

Référencé par MediaControllerFolder::delete(), MediaControllerFile::delete(), et MediaControllerFile::upload().

Voici le graphe d'appel pour cette fonction :

JFile::move ( src,
dest,
path = '' 
)

Moves a file

Paramètres:
string$srcThe path to the source file
string$destThe path to the destination file
string$pathAn optional base path to prefix to the file names
Renvoie:
boolean True on success
Depuis:
1.5

Références $path, JText::_(), JPath::clean(), JClientHelper::getCredentials(), JFTP::getInstance(), jimport(), et JError::raiseWarning().

Référencé par JInstallationModel::checkUpload().

Voici le graphe d'appel pour cette fonction :

Voici le graphe d'appel pour cette fonction :

JFile::read ( filename,
incpath = false,
amount = 0,
chunksize = 8192,
offset = 0 
)

Read the contents of a file

Paramètres:
string$filenameThe full file path
boolean$incpathUse include path
int$amountAmount of file to read
int$chunksizeSize of chunks to read
int$offsetOffset of the file
Renvoie:
mixed Returns file contents or boolean False if failed
Depuis:
1.5

Références $data, $filename, JText::_(), et JError::raiseWarning().

Référencé par JArchiveZip::_extract(), MediaHelper::canUpload(), TemplatesController::editTemplate(), TemplatesController::editTemplateCSS(), TemplatesController::editTemplateSource(), JArchiveTar::extract(), JArchiveGzip::extract(), JArchiveBzip2::extract(), JRegistry::loadFile(), et JInstallationHelper::preMigrate().

Voici le graphe d'appel pour cette fonction :

Voici le graphe d'appel pour cette fonction :

JFile::stripExt ( file)

Strips the last extension off a file name

Paramètres:
string$fileThe file name
Renvoie:
string The file name without the extension
Depuis:
1.5

Références $file.

Référencé par JArchive::extract(), et JElementFilelist::fetchElement().

Voici le graphe d'appel pour cette fonction :

JFile::upload ( src,
dest 
)

Moves an uploaded file to a destination folder

Paramètres:
string$srcThe name of the php (temporary) uploaded file
string$destThe path (including filename) to move the uploaded file to
Renvoie:
boolean True on success
Depuis:
1.5

Références JText::_(), JPath::clean(), JFolder::create(), JClientHelper::getCredentials(), JFTP::getInstance(), jimport(), JError::raiseWarning(), et JPath::setPermissions().

Référencé par InstallerModelInstall::_getPackageFromUpload(), JInstallationModel::checkUpload(), MediaControllerFile::upload(), et JInstallationHelper::uploadSql().

Voici le graphe d'appel pour cette fonction :

Voici le graphe d'appel pour cette fonction :

JFile::write ( file,
buffer 
)

La documentation de cette classe a été générée à partir du fichier suivant :