image source: techstream.org I faced browser caching issue for my website from last 4-5 days. I had a lot of research to resolve it but my website always loaded from browser cache. It was not loading from server until I refreshed it. If I refreshed URL, it loaded from server with my updated changes. After spending 2-3 days on analyzing this issue, I found the solution for this. I want to share this post by that in future no body will face this type of problem. What is browser cache?…
Month: December 2016
PHP 7.1 has been released!
The PHP development team announces the immediate availability of PHP 7.1.0, the first point release in the 7.x series. New Features PHP 7.1.0 introduces several new features and improvements, including: Nullable Types: Support for nullable types in function signatures. Void Return Type: Functions can now explicitly declare a void return type. Iterable Pseudo-Type: A new pseudo-type for functions accepting iterables. Class Constant Visibility Modifiers: Constants can now have public, private, or protected visibility. Square Bracket Syntax for list(): Enhanced list() destructuring with square bracket syntax and key specification. Catching Multiple…
