In our previous tutorial, we have published Code Snippets for PHP Developers. In this post, we have published useful code snippets for Magento Developers. When developing with Magento, I have maintain a library of most used code snippets. These code snippets are very useful when developing theme or custom module since they save your precious […]
Author: PHPZAG Team
11 Useful Code Snippets for PHP Developers
As a PHP developer, it is very useful to keep code snippets in a personal library for future use. These code snippets can save your precious time and also increase your productivity. Here is a list of some useful PHP code snippets that I have added to my personal PHP code library during working on […]
8 Useful PHP Functions You Need to Know
If you are familiar with the basics of PHP, then you’re surely familiar with the built-in PHP functions. PHP is a very rich in terms of built-in functions. It has more than 1000 built-in functions. These functions can increase efficiency and speed-up development if uses smartly.
10 little known but useful PHP functions
PHP is a very rich with its built-in function and most of us aware of them. There are many functions which are not very well known but are really very useful. In this article, I have listed and explained few little known but really useful PHP functions.
Download and save images from a page using cURL
cURL, and it’s PHP extension libcURL which allows to connect and communicate to many different types of servers with many different types of protocols. libcurl currently supports the http, https, ftp, gopher, telnet, dict, file, and ldap protocols. libcurl also supports HTTPS certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, […]