1.2.1622. ext/xattr¶
Extensions xattr.
The xattr extension allows for the manipulation of extended attributes on a filesystem.
<?php
$file = 'my_favourite_song.wav';
xattr_set($file, 'Artist', 'Someone');
xattr_set($file, 'My ranking', 'Good');
xattr_set($file, 'Listen count', '34');
/* ... other code ... */
printf('You\'ve played this song %d times', xattr_get($file, 'Listen count'));
?>
See also xattr and Extended attributres.
1.2.1622.1. Connex PHP features¶
1.2.1622.1.1. Specs¶
Short name |
Extensions/Extxattr |
Rulesets |
|
Exakat since |
0.12.4 |
PHP Version |
All |
Severity |
|
Time To Fix |
|
Precision |
Very high |
Available in |