GoLang XSLTProcessor::setSecurityPrefs

request it (232)
GoLang replacement for PHP's XSLTProcessor::setSecurityPrefs [edit | history]



Do you know a GoLang replacement for PHP's XSLTProcessor::setSecurityPrefs? Write it!

PHP XSLTProcessor::setSecurityPrefs

PHP original manual for XSLTProcessor::setSecurityPrefs [ show | php.net ]

XSLTProcessor::setSecurityPrefs

(PHP >= 5.4.0)

XSLTProcessor::setSecurityPrefsSet security preferences

Description

public int XSLTProcessor::setSecurityPrefs ( int $securityPrefs )

Sets the security preferences.

Parameters

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.

Return Values

Returns the old security preferences.