News Feed
Jobs Feed
Sections




News Archive
PHPMaster.com:
Working with Files in PHP
April 24, 2012 @ 10:05:41

On PHPMaster.com today there's a new tutorial that shows you some examples of working with files and the local file system in your PHP applications.

You may well be familiar with databases such as MySQL and Access which are an ever-increasingly common means of storing data. But data is also stored in files, like Word documents, event logs, spreadsheets, image files, and so on. Databases generally require a special query language to retrieve information, whereas files are 'flat' and usually appear as a stream of text. [...] PHP provides a range of functions which allow you to work with files, and in this article I'll demonstrate some of them for you.

Examples in the article include the use of several of the PHP file functions including: filesize, filectime, is_readable, file_put_contents and fopen. There's also an example of using the CSV file functions for working with a comma-separated file (both in reading and writing).

0 comments voice your opinion now!
file filesystem tutorial example


blog comments powered by Disqus

Similar Posts

Pádraic Brady's Blog:Doing that thing called PEAR - Packaging Source Code for PEAR Distribution

WaxJelly Blog: How to write a custom Smarty function in PHP

Justin Silverton\'s Blog: Using sqlite and php

NETTUTS.com: Quick Tip: Loop Through Folders with PHP’s Glob()

Zend Developer Zone: Quick Start Symfony DI (Dependency Injection) Tutorial


Community Events











Don't see your event here?
Let us know!


framework introduction testing code development release zendframework2 language series object tool community podcast example functional phpunit conference opinion unittest interview

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework