XSLTProcessor::getSecurityPrefs

(PHP >= 5.4.0, PHP 7, PHP 8)

XSLTProcessor::getSecurityPrefsRécupère les préférences de sécurité

Description

public XSLTProcessor::getSecurityPrefs(): int

Récupère les préférences de sécurité.

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Valeurs de retour

Un masque de constantes XSL_SECPREF_READ_FILE, XSL_SECPREF_WRITE_FILE, XSL_SECPREF_CREATE_DIRECTORY, XSL_SECPREF_READ_NETWORK, XSL_SECPREF_WRITE_NETWORK.

add a note add a note

User Contributed Notes

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