Widget to display a summary of answers you have posted in StackOverflow. It will display the question’s title, the answer’s score, and the time the answer was last edited. You…
Author Archives: Mohamed Alsharaf
Symfony2 has many useful command lines to help you. The command lines can assist you with Symfony2 development and saves time when you are coding. I have listed below a…
The SplFileObject is a replacement object oriented approach for php filesystem functions. Not all of the functions are part of the SPL classes. fputcsv() is only available from PHP 5.4…
When my certificate identity expired recently, I had to renew it. This was completed successfully, but when I tried to build/run my new iPhone application, I got the following error:…
PHP 5.6 comes with some new features. This post is to preview the Argument unpacking.
PHP 5.6 comes with some new features. This post is to preview the Variadic functions This new feature looks as follows: