/ Published in: PHP
read the first line of text of a file on the server
To read the first line of text in your file:
The fgets () function retrieves the first 4096 characters from the first line of your file.
To read the first line of text in your file:
The fgets () function retrieves the first 4096 characters from the first line of your file.
Expand |
Embed | Plain Text