Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 17231 программист и 1834 робота. Сейчас ищет 1681 программист ...

PEAR_PackageFileManager::addGlobalReplacement

Вернуться к: PEAR_PackageFileManager

PEAR_PackageFileManager::addGlobalReplacement

PEAR_PackageFileManager::addGlobalReplacement() – Add a replacement option for all files

Synopsis

require_once 'PEAR/PackageFileManager.php';

void PEAR_PackageFileManager::addglobalreplacement ( string $type , string $from , string $to )

This sets an install-time complex search-and-replace function allowing the setting of platform-specific variables in all installed files.

if $type is php-const, then $to must be the name of a PHP Constant. If $type is pear-config, then $to must be the name of a PEAR config variable accessible through a PEAR_Config::get() method. If type is package-info, then $to must be the name of a section from the package.xml file used to install this file.

Parameter

string $type

variable type, either php-const, pear-config or package-info

string $from

text to replace in the source file

string $to

variable name to use for replacement

Throws

throws PEAR_PACKAGEFILEMANAGER_INVALID_REPLACETYPE

Note

This function can not be called statically.



Вернуться к: PEAR_PackageFileManager

© 2024 «PHP.RU — Сообщество PHP-Программистов»
Главная | Форум | Реклама на сайте | Контакты VIP Сувениры
Разработка компании ODware