If you ever need to escape special char with a backslash and then to escape the backslash in shell_exec() or exec() PHP functions (not only).
Continue reading “Escape backslash and special char in PHP – command line”
Tag: bash
Zend Framework 2: performance optimization
Nowadays the performance of a website is very very important for everything, user experience, Google and so on.
I have found nice PDF from one PHP conference in 2014 by Gary Hockin, this guy is Zend Framework contributor and made these awesome instructions how to optimize our Zend Framework 2 and how to use best practices.
Continue reading “Zend Framework 2: performance optimization”