update : 2015.11.03
php.shukuma.com

검색:
 
 
Set security preferences

XsltProcessor::setSecurityPrefs

(PHP >= 5.4.0)

XsltProcessor::setSecurityPrefsSet 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_NONE or XSL_SECPREF_DEFAULT can be passed.

반환값

Returns the old security preferences.