Read and Write file summary information under NTFS file system in PHP _php tutorial

Source: Internet
Author: User
See the "Programmer's view of NTFS 2000 in the first part: Stream and Hard Links" section of MSDN

Methods are as follows
Write summary information
if ($h =fopen ("Test.txt:Title", "w"))
Fwrite ($h, "test");
Read summary information
if ($h =fopen ("Test.txt:Title", "R"))
Echo fread ($h, 1024);

Description
When the specified summary information, that is, ":" After the field name (can be specified as the desired field) does not exist when the error, so the first to write information.

http://www.bkjia.com/PHPjc/508722.html www.bkjia.com true http://www.bkjia.com/PHPjc/508722.html techarticle you can see the "Programmer's view of NTFS 2000 in the first part: Stream and Hard link" section of the content method below to write the summary information if (H=fopen ("Test.txt:Title", "W")) fwrite (H ...

  • Related Article

    Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.