How does PHP obtain a line of data with a carriage return when reading a large file. How can this problem be solved?

Source: Internet
Author: User
How does PHP obtain a line of data with a carriage return when reading a large file. When PHP reads a large file, how does one get a line of data with a carriage return character .?? ------ Solution -------------------- what are you talking about? ------ solution -------------------- check the php manual fgets-read a line from the file pointer ------ solution --------------- when PHP reads a large file, how to get a line of data with carriage return.
When PHP reads a large file, how does one get a line of data with a carriage return character .??

------ Solution --------------------
/R/n. what do you mean?
------ Solution --------------------
View php Manual

Fgets-read a row from the file pointer
------ Solution --------------------
$ Buf = fgets ($ fp );

$ Buf indicates the read content.

I don't know what you want
------ Solution --------------------
Discussion

$ Buf = fgets ($ fp );
Echo $ buf;

All text content is output.

I want a line in the text.

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.