[php] [txtfile] lire la première ligne de texte d'un fichier sur le serveur


/ Published in: PHP
Save to your folder(s)

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.

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.