hi,
can you please tell me what is the use of file in php?
Thanks
--------------------------
web site design and maintenance
what is the use....
| Forum > Programming Lanuages > PHP > what is the use.... | Login or register to post. |
| Login to reply | Page: « < 1 of 1 > » |
| 30 Jan 2009 - 04:52 | 648 |
| bruce88 n00b Joined: 30 Jan 2009 Posts: 1 | what is the use.... __________________ Software development company |
![]() |
| 04 Jun 2009 - 17:20 | 650 |
| tkubendr Super Admin Joined: 12 Nov 2007 Posts: 85 | Hi,
Sorry for the delay. Missed the email about this message. So the purpose of a file method in php is to stream the entire content of a file into an array. so as an example: $lines = file('http://www.example.com/' will take the contents of the site and dump it into the $lines array. Cheers, Nathan. |
![]() |
| Login to reply | Page: « < 1 of 1 > » |

