1.2.1611. 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.1611.1. Specs

Short name

Extensions/Extxattr

Rulesets

All, Appinfo, CE

Exakat since

0.12.4

PHP Version

All

Severity

Time To Fix

Precision

Very high

Features

file

Available in

Entreprise Edition, Community Edition, Exakat Cloud