API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
JFile::copy | ( | $ | src, |
$ | dest, | ||
$ | path = null |
||
) |
Copies a file
string | $src | The path to the source file |
string | $dest | The path to the destination file |
string | $path | An optional base path to prefix to the file names |
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().
JFile::delete | ( | $ | file | ) |
Delete a file or array of files
mixed | $file | The file name or an array of file names |
Références $file, $filename, JText::_(), JPath::clean(), elseif, JClientHelper::getCredentials(), JFTP::getInstance(), jimport(), et JError::raiseWarning().
Référencé par JInstaller::abort(), JInstallationModel::checkUpload(), JInstallerHelper::cleanupInstall(), JArchive::create(), JFolder::delete(), MediaControllerFolder::delete(), MediaControllerFile::delete(), JCacheStorageFile::gc(), JPath::isOwner(), JInstallationModel::postMigrate(), JInstallationHelper::preMigrate(), JInstaller::removeFiles(), JInstallerPlugin::uninstall(), et JInstallationHelper::uploadSql().
JFile::exists | ( | $ | file | ) |
Wrapper for the standard file_exists function
string | $file | File path |
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().
JFile::getExt | ( | $ | file | ) |
Gets the extension of a file name
string | $file | The file name |
Références $file.
Référencé par MediaHelper::canUpload(), TemplatesController::editTemplateCSS(), JArchive::extract(), et MediaModelList::getList().
JFile::getName | ( | $ | file | ) |
Returns the name, sans any path
param string $file File path
Références $file.
Référencé par JArchive::extract().
JFile::makeSafe | ( | $ | file | ) |
Makes file name safe to use
string | $file | The name of the file [not full path] |
Références $file.
Référencé par MediaControllerFolder::delete(), MediaControllerFile::delete(), et MediaControllerFile::upload().
JFile::move | ( | $ | src, |
$ | dest, | ||
$ | path = '' |
||
) |
Moves a file
string | $src | The path to the source file |
string | $dest | The path to the destination file |
string | $path | An optional base path to prefix to the file names |
Références $path, JText::_(), JPath::clean(), JClientHelper::getCredentials(), JFTP::getInstance(), jimport(), et JError::raiseWarning().
Référencé par JInstallationModel::checkUpload().
JFile::read | ( | $ | filename, |
$ | incpath = false , |
||
$ | amount = 0 , |
||
$ | chunksize = 8192 , |
||
$ | offset = 0 |
||
) |
Read the contents of a file
string | $filename | The full file path |
boolean | $incpath | Use include path |
int | $amount | Amount of file to read |
int | $chunksize | Size of chunks to read |
int | $offset | Offset of the file |
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().
JFile::stripExt | ( | $ | file | ) |
Strips the last extension off a file name
string | $file | The file name |
Références $file.
Référencé par JArchive::extract(), et JElementFilelist::fetchElement().
JFile::upload | ( | $ | src, |
$ | dest | ||
) |
Moves an uploaded file to a destination folder
string | $src | The name of the php (temporary) uploaded file |
string | $dest | The path (including filename) to move the uploaded file to |
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().
JFile::write | ( | $ | file, |
$ | buffer | ||
) |
Write contents to a file
string | $file | The full file path |
string | $buffer | The buffer to write |
Références $file, JPath::clean(), JFolder::create(), JClientHelper::getCredentials(), JFTP::getInstance(), et jimport().
Référencé par JArchiveZip::_createZIPFile(), JArchiveZip::_extract(), JArchiveZip::_extractNative(), MediaControllerFolder::create(), JInstallerHelper::downloadPackage(), JArchiveTar::extract(), JArchiveGzip::extract(), JArchiveBzip2::extract(), JPath::isOwner(), ConfigControllerApplication::refreshHelp(), ConfigControllerApplication::save(), TemplatesController::saveTemplate(), TemplatesController::saveTemplateCSS(), et TemplatesController::saveTemplateSource().