Zend Developer Cloud, as its name suggests, a cloud-based environment designed to help you code more quickly and more efficiently. …
Topic Archives: PHP
PHP: extract and compact functions
I was looking for a shortcut to easy up my variable declaration in PHP coding, the extract and compact functions …
PHP: parse_ini_file and parse_ini_string
If you are thinking about to play with configuration files for your site’s settings, then in php you can easily …
Zend Framework on shared hosting
Here is some tips and tricks to use Zend Framework on shared hosting.
XPath in JavaScript, PHP, ActionScript and jQuery
XPath, the XML Path Language, is a query language for selecting nodes from an XML document or we can say …
Commonly Used Regular expressions
Here are some commonly used regular expressions. Most of them are applicable for PHP, JavaScript, Perl, Python and Java.
HTTP URL
/*
Matches: …
Compress and Decompress Using Zend Library (Zip, Rar, Bz2, Gz, Lzf, Tar)
Zend Framework 1.10 allows you to perform files/folder compression and decompression, all types of compression methods are available. These features …
Common methods for indicating important comments
Some common methods for indicating important comments are TODO, BUG, KLUDGE and TRICKY. You can try this in any language, …
Image Crushing With Smush.it™
We have found many good tools for reducing image size. Often times these tools are specific to particular image formats …
Orkut Style Profile Picture Upload Using jQuery and Ajaxupload
We can’t apply any style over the html file element. But with the help of jQuery and Ajaxupload plugins we …
Syntax highlighting of a file using php highlight_file function
Prints out or returns a syntax highlighted version of the code contained in filename using the colors …
The Core of PHP
Recently I had some study about the PHP. It is my favorite language from C. I really want to …
Desktop application development with PHP and Qt!!!
Qt have the language binding option so we can bind PHP also, in PHP 5 the OOP’s concept make it …
My Heroes
C (pronounced “See”) is a general-purpose computer programming language developed in 1972 by Dennis Ritchie at the Bell Telephone Laboratories …
Total number of Built-in functions in php
There are total 57021 build-in function in php. You can find all the function here http://php.net/quickref.php
PHP func_get_args()
Returns an array of the function’s argument list in other words It returns an array in which each element is …
