|
|
|
|
| |
Introduction
As with many other programming languages PHP has dozens upon dozens of functions that most developers simply will never use. There are many reasons why these functions may not be used. They may be too advanced, may be under-documented, may have hard to understand names or calling conventions, etc.
I've spent some time over on the PHP web site searching for functions that are extremely useful but underused by the majority of PHP developers. Today we're going to look at 10 of these functions. For the typical PHP programmer, many of these functions will be new and may even open up a completely new part of PHP that you never even knew existed!
For advanced developers, many of these functions will simply provide an easier way of accomplishing a specific programmatic task. For example, instead of looping through a binary file to write its contents to the browser, you can use the fpassthru() function to do this for you automatically.
Anyway, let's get on with the show and look at functions 1 to 5...
Read More... |
|
| |
| File And Directory Manipulation In PHP (part 1) Categories : PHP, Directories, Filesystem | | | Multiple pages of data from a text file Categories : PHP, Filesystem | | | Custom MySQL-functions Categories : Databases, MySQL, PHP, PHP Functions | | | File And Directory Manipulation In PHP (part 2) Categories : PHP, Filesystem, Directories | | | Getting Intimate With PHP's Mail() Function Categories : PHP, Mail, PHP Functions | | | PHP 101 Part 5 of 15 : Rank And File Categories : PHP, Beginner Guides, Filesystem | | | Making Sense Of PHP Errors Categories : PHP, Errors and Logging | | | PHP 101 Part 12 of 15 : Bugging Out Categories : PHP, Beginner Guides, Errors and Logging | | | Array Manipulation With PHP Categories : PHP, Arrays | | | Keep your Banner Waving Categories : PHP, PHP Functions, Miscellaneous, Site Planning, Utilities | | | Beginners guide to PHP and MySQL - Creating a simple guest book Categories : Beginner Guides, To PHP, To MySQL, PHP, MySQL | | | PHP 101 Part 7 of 15 : The Bear Necessities Categories : PHP, Beginner Guides, Object Oriented, PHP Classes | | | Creating Auto-incrementing ID Fields with PHP and Oracle Categories : PHP, PHP options/info, Databases, Oracle | | | Create Your Own Mail Script With PHP and IMAP Categories : IMAP, Email, PHP | | | An intro to using the GD image library with PHP Categories : PHP, GD image library, Graphics | |
| | |
|
|