The PHPro.org website has a quick new tutorial about a method (using streams) to get the information from a certain line of a file.
Reading files in PHP can be a tricky business if not handled correctly. Most often when confronted with reading a line from, the nearest tool to hand is the file() function.
The problem with using the file() function is that it reads the whole file into an array, and thus, into memory [...]...
My gripe with Prototype - Evert Pot
Many of you might already know this, but I wanted to point out why I think using the Prototype Javascript library is a bad idea. The biggest problem is actually highlighted in it's name: it...
Vanessa Vasile's Blog: Simple Way to Parse an x509...
In a new post to her blog, Vanessa Vasile has a reminder about a built-in PHP function that can help quite a bit when you're working with SSL certificates - openssl_x509_parse. PHP has a...
Site News: Popular Posts for the Week of 04.30.2010
Popular posts from PHPDeveloper.org for the past week:PHPBuilder.com: Six Cool PHP Tricks You May Not Know php|architect: Introducing four new PHP 5.3 components and Goutte, a simple web...
Post new comment