Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

PHP 5.5 First Look

Posted By: Landau17
PHP 5.5 First Look

PHP 5.5 First Look
MP4 | Video: 720p | Duration: 42:25 | English | Subtitles: VTT | 107.2 MB



Join author Jon Peck as he demonstrates new functionality in PHP 5.5, including generators, the try-catch-finally execution model, and a brand-new password hashing API. A number of existing behaviors, such as the foreach() and empty() functions, have also been updated, and Jon explores what changed and how it can be used. Throughout this course, you'll learn to add new functionality to a simple deck of cards class using these new and updated features, and how to use them for the basis of your own project.

Topics include:
  • Using generators to create simple iterators
  • Dereferencing strings and arrays
  • Enhancing security with the password hashing API
  • Replacing APC with OPcache
  • Normalizing Boolean and unpack() behavior
  • Surveying the removed, incompatible, and deprecated functionality