xattr_supportedCheck if filesystem supports extended attributes Description
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. Parameters
Return Values
This function returns Examples
Example #1 xattr_supported example The following code checks if we can use extended attributes.
See Also
|