xattr_supportedCheck if filesystem supports extended attributes Beschreibung
bool xattr_supported
( string
$filename
[, int $flags = 0
] )This functions checks if the filesystem holding the given file supports extended attributes. Read access to the file is required. Parameter-Liste
Rückgabewerte
This function returns Beispiele
Beispiel #1 xattr_supported example The following code checks if we can use extended attributes.
<?phpSiehe auch
|