Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 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 1 2 3 4

Learning the Standard PHP Library

Posted By: Landau17
Learning the Standard PHP Library

Learning the Standard PHP Library
MP4 | Video: 720p | Duration: 3:24:29 | English | Subtitles: VTT | 454.5 MB



The Standard PHP Library (SPL) is a collection of useful classes for traversing, filtering, and sorting data and objects. One of its main features is the iterator, which provide easy access to arrays, trees, and directory listings. In this course, David Powers reviews using these iterators to explore the file system, and combining iterators in order to edit and manage specific types of files. He'll show how to load XML and JSON data, convert arrays into nested lists, and work with data structures such as doubly linked lists, queues, and heaps. Start learning how to put SPL into practice, and extend the power of your PHP applications.

Topics include:
  • Using SPL iterators
  • Inspecting directories
  • Working with text files
  • Exporting and extracting data
  • Filtering data
  • Converting between arrays and iterators
  • Combining and merging iterators
  • Creating a repeat sequence with InfiniteIterator
  • Working with data structures