Article

How To Learn PHP?

Posted under Article, Development, Featured, PHP on Saturday, 20 February 2010 by rueben

Learning to program a computer is somewhat of a difficult task but if mastered can be a very rewarding skill to possess. Not only are programmers in high demand but being able to program means that you can take on your own projects.

How To Learn PHP?

PHP How to maintain the SESSION and the consequent Some Thoughts

Posted under Article, Development, Featured, PHP on Saturday, 20 February 2010 by Jack

In accordance with WIKI explained, SESSION exist in the interaction between the two telecommunications equipment information, at a time to build, after a certain lapse of time.

PHP How to maintain the SESSION and the consequent Some Thoughts

Why PHP-FPM?

Posted under Article, Development, Featured, PHP on Saturday, 20 February 2010 by Jack

PHP-FPM not only makes configuration of FastCGI pools, but also enhances some of the FastCGI internals and increases error reporting, script terminiation, etc.

Why PHP-FPM?

How do I set PHP include_path?

Posted under Article, PHP on Tuesday, 12 January 2010 by rueben

There are at least 2 ways you can set your PHP include_path.

How do I set PHP include_path?

php5 Reflection API

Posted under Article, Featured, PHP on Monday, 7 December 2009 by rueben

PHP5 comes with a complete reflection API that adds the ability to reverse-engineer classes, interfaces, functions and methods as well as extensions. Additionally, the reflection API also offers ways of retrieving doc comments for functions, classes and methods.

php5 Reflection API

PHP vs. Ruby on Rails. An evolutionary story of a Web Developer and his tools.

Posted under Article, Development, Featured, PHP on Tuesday, 1 December 2009 by Jack

When it comes to programming, more specifically the development of web applications, it is important to consider all the tools of the trade before using the one that is going to be used for the job.

PHP vs. Ruby on Rails. An evolutionary story of a Web Developer and his tools.

php/python/perl read directory

Posted under Article, PHP, Perl, Python on Monday, 2 November 2009 by Jack

php/python/perl read directory

php/python/perl read directory

PHP Function: register_shutdown_function()

Posted under Article, Development, Featured, PHP on Monday, 2 November 2009 by Jack

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 code only to find out maybe a few months later that there is a function built into PHP that does exactly what you wanted to and does it a zillion times better.

PHP Function: register_shutdown_function()

To enhance the performance of PHP mode to change the distribution of Zend Engine

Posted under Article, Featured, PHP on Friday, 23 October 2009 by Jack

Zend in the implementation of the virtual machine, when compiling the generated op_array for each one opline the opcode will be distributed to the appropriate processor (zend_vm_def.h definition) implemented, and distributed in different ways according to the distribution process can be divided into CALL, SWITCH , and GOTO three types.

To enhance the performance of PHP mode to change the distribution of Zend Engine

WebShell Check Shell for PHP

Posted under Article, PHP on Tuesday, 6 October 2009 by Jack

WebShell Check Shell for PHP

WebShell Check Shell for PHP