Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.64 KB

03-04-01-Standard-PHP-Library.md

File metadata and controls

20 lines (14 loc) · 1.64 KB
title isChild anchor
স্ট্যান্ডার্ড পিএইচপি লাইব্রেরি
true
standard_php_library

স্ট্যান্ডার্ড পিএইচপি লাইব্রেরি {#standard_php_library_title}

The Standard PHP Library (SPL) is packaged with PHP and provides a collection of classes and interfaces. It is made up primarily of commonly needed datastructure classes (stack, queue, heap, and so on), and iterators which can traverse over these datastructures or your own classes which implement SPL interfaces.

স্ট্যান্ডার্ড পিএইচপি লাইব্রেরি (এসপিএল) পিএইচপি দিয়ে প্যাকেজড এবং ক্লাস এবং ইন্টারফেসের সংকলন সরবরাহ করে। এটি মূলত সাধারণত প্রয়োজনীয় ডেটাস্ট্রাকচার ক্লাস (স্ট্যাক, সারি, হিপ এবং আরও কিছু) এবং পুনরাবৃত্তকারীগুলি তৈরি করা হয় যা এই ডেটাস্ট্রাকচারগুলিতে বা আপনার নিজস্ব ক্লাসগুলিতে যেতে পারে যা এসপিএল ইন্টারফেস প্রয়োগ করে।