XSLTProcessor::setSecurityPrefs

(PHP >= 5.4.0)

XSLTProcessor::setSecurityPrefsSet security preferences

Descrierea

public XSLTProcessor::setSecurityPrefs ( int $preferences ) : int

Sets the security preferences.

Parametri

preferences

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.

Valorile întoarse

Returns the old security preferences.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top