| |||||||||||
| |||||||||||
File and URL reading in PHP
In PHP, we say "there's a function to do that" as the answer to almost any question is going to be in the form of a function name, or a list of functions, to call. And PHP has more functions than almost any other language, making it more flexible than most.
Take file handling ... where in so many other languages you have just got open, read and close type constructs whereas in PHP you have those same constructs plus a whole lot of others file lets you read the whole contents of a file into an array fgetcsv lets you read a file line by line and break in into an array of tokens file_get_contents lets you read the whole of a file into a string. Impressive range already? Then remember that you can also give an URL as the first parameter when you open a file ... and that way the same set of functions allow you to read from another web page .... (written 2007-03-20 23:43:24) Associated topics are indexed under H109 - PHP - Input / Output
Some other Articles
Newport Male Voice ChoirPHP adding arrays / summing arrays Unexpected visitors to our site PHP Image upload script File and URL reading in PHP Bank Holiday country breaks in Melksham, Wiltshire Training in Lua Python - two different splits False imprisonment - a contrast from the news Express service 1770 posts, page by page
Link to page ... 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36 at 50 posts per pageThis is a page archived from The Horse's Mouth at http://www.wellho.net/horse/ - the diary and writings of Graham Ellis. Every attempt was made to provide current information at the time the page was written, but things do move forward in our business - new software releases, price changes, new techniques. Please check back via our main site for current courses, prices, versions, etc - any mention of a price in "The Horse's Mouth" cannot be taken as an offer to supply at that price. Link to Ezine home page (for reading). Link to Blogging home page (to add comments). |
| ||||||||||
PH: 01144 1225 708225 • FAX: 01144 1225 707126 • EMAIL: info@wellho.net • WEB: http://www.wellho.net • SKYPE: wellho | |||||||||||