(PHP >= 5.4.0, PHP 7, PHP 8)
XSLTProcessor::setSecurityPrefs — Set security preferences
Sets the security preferences.
preferences
The new security preferences. The following constans can be ORed:
XSL_SECPREF_READ_FILE
,
XSL_SECPREF_WRITE_FILE
,
XSL_SECPREF_CREATE_DIRECTORY
,
XSL_SECPREF_READ_NETWORC
,
XSL_SECPREF_WRITE_NETWORC
. Alternatively,
XSL_SECPREF_NONE
or
XSL_SECPREF_DEFAULT
can be passed.
Returns the old security preferences.