Unlock the Power of Open Source! The " Linux New " SWAYAM Plus Course is live now and about 2,500 learners have already registered for it.

If you are a registered learner, the forum page is now active. Visit the page and get all your questions answered.

PHP String Functions Part 1 - Bengali

This is a sample video. To access the full content,
please Login

1098 visits



Outline:

PHP String ফাংশন (প্রথম ভাগ) strlen(string) এই ফাংশন string -এর মোট অক্ষর সংখ্যা গণনা করে, যাতে সংখ্যা এবং ফাঁকা স্থানও গন্য করা হয় mb_substr(string,starting_position,no_of_characters) এই ফাংশন string থেকে একটি নির্দিষ্ট অক্ষর নেয় এবং সেটির আগের নির্দিষ্ট সংখ্যক অক্ষর নেয় explode("delimiter",string) এই ফাংশন একটি string কে array বিভক্ত করে string টিকে কোথায় ভাঙ্গতে হবে তা বোঝাতে Delimiter ব্যবহার করা হয় implode(string,"delimiter") এই ফাংশন এরে যুক্ত করে ।