PHP » GoLang |
login |
register |
about
|
GoLang xattr_supported
request it (229)
GoLang replacement for PHP's xattr_supported
[edit | history]
xattr_supported(PECL xattr >= 1.0.0) xattr_supported — Check 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.
<?php |
more
Recently updated
more
Most requested
more
Last requests
|