Book Image

Getting Started with PHP 7 [Video]

By : Budi Irawan
Book Image

Getting Started with PHP 7 [Video]

By: Budi Irawan

Overview of this book

<p>When it comes to modern web development, performance is everything. The latest version of PHP has been improvised and updated to make it easier to build for performance, improved engine execution, better memory usage, and a new and extended set of tools. If you’re a web developer, what’s not to love? This course would guide you with the new features of PHP 7, advanced OOP and get equipped with SOLID Principles and Design Pattern.</p> <p>PHP is an excellent language for object oriented programming. The new features of PHP 7 makes it more fast and scalable. This video covers the basic concepts of PHP programming in a step-by-step manner.The viewer will be able to improve their productivity by learning design patterns which will promote code reuse and reduce redundancy. The video would go in detail about advance OOP concepts, networking, design patterns, debugging, etc</p> <p>This course will show you how to make full use of PHP 7 with a range of practical projects that will not only teach you the principles, but also show you how to put them into practice. It will push and extend your skills, helping you to become a more confident and fluent PHP developer.</p> <h1>Style and Approach</h1> <p>This video would be focus on the latest version of PHP(version 7). PHP 7 has special focus on performance and optimization. It would be a progressive coursel which will contain concepts and real life examples that will enable the reader to build robust PHP web applications. The video will get you to speed in everything from basic programming practices to high end techniques.&nbsp;&nbsp;&nbsp;</p>
Table of Contents (8 chapters)
Chapter 2
Getting Started with PHP 7
Content Locked
Section 3
Return Type Declaration
PHP always has dynamic return type in functions. PHP 7 introduces a new feature, return type declaration, that will allow us to define the return type in a function. - Explore what the return type declaration is - Create a basic function with return type declaration - Explain the benefits of return type declaration