PHP Velho Oeste 2024

XSLTProcessor::getSecurityPrefs

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

XSLTProcessor::getSecurityPrefsセキュリティ設定を取得する

説明

public XSLTProcessor::getSecurityPrefs(): int

セキュリティ設定を取得します。

パラメータ

この関数にはパラメータはありません。

戻り値

XSL_SECPREF_READ_FILEXSL_SECPREF_WRITE_FILEXSL_SECPREF_CREATE_DIRECTORYXSL_SECPREF_READ_NETWORKXSL_SECPREF_WRITE_NETWORK を含むビットマスクを返します。

add a note add a note

User Contributed Notes

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