Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 136753 программиста и 1162 робота. Сейчас ищут 1012 программистов ...
XsltProcessor::setSecurityPrefs - Set security preferences
Вернуться к: XSLTProcessor
XsltProcessor::setSecurityPrefs
(PHP >= 5.4.0)
XsltProcessor::setSecurityPrefs — Set security preferences
Описание
public int XsltProcessor::setSecurityPrefs
( int
$securityPrefs
)Sets the security preferences.
Список параметров
-
securityPrefs -
The new security preferences. The following constants can be ORed:
XSL_SECPREF_READ_FILE,XSL_SECPREF_WRITE_FILE,XSL_SECPREF_CREATE_DIRECTORY,XSL_SECPREF_READ_NETWORK,XSL_SECPREF_WRITE_NETWORK. Alternatively,XSL_SECPREF_NONEorXSL_SECPREF_DEFAULTcan be passed.
Возвращаемые значения
Returns the old security preferences.
Вернуться к: XSLTProcessor