Use PHP to read and write the summary of files in the NTFS file system. read the summary of the files in the NTFS file system using PHP. for details, refer to "Programmer's views on NTFS2000" in MSDN. Part 1: the contents of stream and hard link section are written as follows if ($ h = fopen ("> <LINKhref =" http://www.php100.com//stat
For more information, see the section "Programmer's views on NTFS 2000 Part 1: stream and hard link" in MSDN.
The method is as follows:
Write abstract information
If ($ h = fopen ("test.txt: Title", "w "))
Fwrite ($ h, "test ");
Read abstract information
If ($ h = fopen ("test.txt: Title", "r "))
Echo freactive ($ h, 1024 );
Note:
If the specified abstract information is ":" And the field name (which can be specified as the desired field) does not exist, an error is returned. Therefore, you must first write the information.