The Wayback Machine - https://web.archive.org/web/20220504124431/https://www.geeksforgeeks.org/php-spl-data-structures-complete-reference/
Skip to content
Related Articles

Related Articles

Improve Article
Save Article
Like Article

PHP SPL Data structures Complete Reference

  • Last Updated : 21 Mar, 2022

Standard PHP Library (SPL) the collection of standard data structures. The SPL data structure grouped the contents according to their implementation. The contents of the doubly linked list are:

  • SplDoublyLinkedList
  • SplStack
  • SplQueue
  • SplHeap
  • SplMaxHeap
  •   

    SplDoublyLinkedList Functions

      

     

    SplObjectStorage Functions

      

       

    My Personal Notes arrow_drop_up
    Recommended Articles
    Page :

    Start Your Coding Journey Now!