Is there any way to set and get a file attribute on a txt file, using php I tried with xattr - xattr_set(\'file.txt\', \'abc\', 5)
txt
php
xattr_set(\'file.txt\', \'abc\', 5)