Does php have a getline function for getting single lines from a file.?

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

Guest
I would like to read a single line from a file:

key||value
key2||value2
and so on

from there i would take the line and explode it into an array and push them into an associative array (this part is not a problem).

If you have any ideas on a function that reads a single line please answer :).
 
Back
Top