Intermediate PHP
Q62 / 100

What is PHP's SPL (Standard PHP Library)?

Correct! Well done.

Incorrect.

The correct answer is B) A collection of interfaces, classes, and functions for data structures, iterators, and file handling

B

Correct Answer

A collection of interfaces, classes, and functions for data structures, iterators, and file handling

Explanation

SPL provides SplStack, SplQueue, SplDoublyLinkedList, ArrayObject, RecursiveIteratorIterator, and more.

Progress
62/100