PHP Object Cloning

Creating a copy of an object with fully replicated properties is not always the wanted behavior. Example …

Magic Methods

PHP reserves all function names starting with __ as magical.
__sleep :- This function is executed …

MySQL Reconnect In PHP

Can use the inbuilt function  mysql_ping(), which will check whether or not the connection to the server …

Autoloading Classes In PHP

Many developers writing object-oriented applications create one PHP source file per-class definition. One of the biggest …

PHP Magic Methods

PHP reserves all function names starting with __ as magical. It is recommended that you do …

Crontab Commands

Crontab (CRON TABle) is a file which contains the schedule of cron entries to be run and at specified times. …

PO to MO converter

Simply we can convert PO(portable Object) to MO(Machine Object) Using Poedit or from the GNU gettext msgfmt command.( see the …

Page 2 of 3123