
This lecture addresses such questions as what PHP boolean type is; PHP boolean syntax; converting to boolean (casting to bool).
This lecture addresses such questions as what are PHP floating point numbers (also known as "floats", "doubles", or "real numbers"); floating point precision; converting to float; comparing floats; what is PHP NaN.
This lecture addresses such questions as what PHP array type is; PHP array syntax; arrays do's and don'ts; converting to array; comparing arrays.
This lecture addresses such questions as what PHP resource is; converting to resource; freeing resources.
PHP for loops are the most complex (but also most powerful) loops in PHP. Here we explain all variations of for loop syntax and provide examples of how it is used in PHP.
PHP break construct is used to stop execution of some control structures. In this lecture we explain how it works and which structures are affected. Examples are provided.
In this lecture we explain what PHP include_once control structure is, how it differs from PHP include statement and when to use include_once over include.
WARNING! This course is based on PHP.NET documentation with a lot of explicit (WORD BY WORD) reading of the manual. Many people are complaining about it. So I strongly recommend you to first look at reviews with similar complains and my responses to these reviews to decide if this course is for you. During creation of this course my intention was to make it as complete as possible. This is why we read a lot of PHP documentation in this course (another reason is that it is exceptionally well written and sometimes there is nothing to add to - it explains the concept very well). However manual doesn't explain everything, so a LOT of additional explanations and examples are added throughout the course (please see free preview videos). That said, if this is kind of knowledge you are looking for, please very warm welcome on board!
* Use this course as a main source to prepare to your ZEND PHP CERTIFICATION!
Also, after completing this course you will be ready to dive into any PHP project imaginable, because it lays very strong foundation.