Month of PHP Functions
Cal Evans (Editor-in-Chief) |
1 comment | April 5th, 2007
p. Nexen.net has declared April the “Month of PHP Functions”:http://www.nexen.net/the_month_of_php_functions.php. They are posting an article a day to help introduce developers to a new PHP functions each day. Here’s their description of the project.
bq. the month of PHP function aims at introducing PHP developers to a new PHP function every day : one that gets too little usage and spotlight, though is highly useful. There are over 3000 functions in PHP, and they all solve different problems. Sometimes, by sheer ignorance, PHP developers reinvent the wheel, and duplicate an existing function.
p. Pop over and give them a look.


One comment to “Month of PHP Functions”
April 9th, 2007 at 12:30 am
http://www.nexen.net/articles/dossier/16732-export_php_variables.php
In this post,the usage of var_export is not right.If you want this function return a php string,instead of outputing it,you must pass bool true as the second parameter.In that post,I can’t find any "true"…