update : 2015.11.03
php.shukuma.com검색:
|
xattr_supported(PECL xattr >= 1.0.0) xattr_supported — Check if filesystem supports extended attributes 설명
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. 인수
반환값
This function returns 예제
Example #1 xattr_supported() example The following code checks if we can use extended attributes.
<?php |