Archive for November, 2009
php/python/perl read directory
PHP Code:
[code lang="php"]
function process_files( path )
{
if( is_dir( $path ) )
{
if ( $dh = opendir( $path ) )
{
while( ( $fname = readdir( $dh ) ) !== false...

PHP Function: register_shutdown_function()
Since i’ve started programming in PHP i’ve found that there are some very interesting and useful functions native to the language that are buried deep in the very extensive PHP documentation. Sometimes you want to do something with your code and you end up writing lines and lines of elaborate...

Recent Comments
Thanks a lot guy. Excellent code. Tried the code and works great. I want to mention that the encryption key...
well hey there guys, i've been looking all over the internet for a GOOD black hat SEO forum.. I was looking...
Partner links
Most Popular
- Php access Gmail/MSN/Yahoo contacts
- 10 Principles of the PHP Masters
- PHP vs. Ruby on Rails. An evolutionary story of a Web Developer and his tools.
- JA Trona - The passion for beauty
- JSF and FCKeditor integration
- Magento theme #22457
- Apache+Tomcat+Mysql load balancing and clustering
- 11 kinds of ways to upgrade site Pagerank
Featured Posts
- How To Learn PHP?
- PHP How to maintain the SESSION and the consequent Some Thoughts
- Why PHP-FPM?
- php5 Reflection API
- PHP vs. Ruby on Rails. An evolutionary story of a Web Developer and his tools.
- PHP Function: register_shutdown_function()
- To enhance the performance of PHP mode to change the distribution of Zend Engine
- The busy Java developer’s guide to Scala: Dive deeper into Scala concurrency
Copyright © 2009 Internet Resources.
