ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

56,029 results

Turbo Learn PHP
Which one is better for splitting strings in PHP? #php explode() vs str_split(): Which One to Use?

Which one is better for splitting strings in PHP? explode() is great when you need to split a string by a delimiter, like a comma or ...

0:10
Which one is better for splitting strings in PHP? #php explode() vs str_split(): Which One to Use?

75 views

1 year ago

Turbo Learn PHP
Which #php #functions are best for string manipulation? Master #php String Manipulation in Seconds!

Which PHP functions are best for string manipulation? Use substr for cutting strings into smaller parts. Consider str_replace ...

0:27
Which #php #functions are best for string manipulation? Master #php String Manipulation in Seconds!

44 views

11 months ago

CampusX
Strings functions in PHP

About CampusX: CampusX is an online mentorship program for engineering students. We offer a 6-month long mentorship to ...

11:53
Strings functions in PHP

99 views

5 years ago

Turbo Learn PHP
Which is better for replacing strings in PHP, str_replace or preg_replace? #php str_replace vs

Which is better for replacing strings in PHP, str_replace or preg_replace? str_replace is faster and more efficient for simple ...

0:25
Which is better for replacing strings in PHP, str_replace or preg_replace? #php str_replace vs

50 views

11 months ago

Technology Village
PHP String Functions Bangla Tutorial | php Tutorial for Beginners Bangla - 8

After watching this tutorial you will learn about php string functions. This is PHP string functions bangla Tutorial. It also part of php ...

17:29
PHP String Functions Bangla Tutorial | php Tutorial for Beginners Bangla - 8

2,264 views

5 years ago

Turbo Learn PHP
Why switch from `rand()` to `mt_rand()` for random numbers? boost your #php with `mt_rand()` - a

Why switch from `rand()` to `mt_rand()` for random numbers? ☀️ `mt_rand()` uses the Mersenne Twister algorithm, which is ...

0:39
Why switch from `rand()` to `mt_rand()` for random numbers? boost your #php with `mt_rand()` - a

65 views

1 year ago

Perfect Record
PHP MYSQL Tutorials For Beginners LESSON 8:PHP String

In this PHP and MySQL training course you'll learn all of the major concepts that PHP beginner developers need to know.

12:17
PHP MYSQL Tutorials For Beginners LESSON 8:PHP String

9 views

8 years ago

ThirdBrain Academy Code your dreams.
Lesson 3 - Flat Variable - Integer & String - in PHP

Warmup cycle - Lesson 3 Let's learn what is a variable in PHP. We will see Integer (numeric value) and string value. How to add ...

8:50
Lesson 3 - Flat Variable - Integer & String - in PHP

2,247 views

9 years ago

Kris Occhipinti
PHP Tutorial - 6 - Spliting Strings

http://filmsbykris.com For help: http://filmsbykris.com/irc FaceBook: ...

13:18
PHP Tutorial - 6 - Spliting Strings

968 views

12 years ago

Freelance TutZone
028 String Functions   PHP Full Course 2021

php,php tutorial,php tutorial for beginners,php course,learn php,php for beginners,intro to php,php programming,php project ...

4:22
028 String Functions PHP Full Course 2021

1 view

4 years ago

The Debug Zone
How to Convert String to Array in PHP: A Step-by-Step Guide

In this video, we will explore the essential techniques for converting strings to arrays in PHP. Whether you're working with user ...

4:16
How to Convert String to Array in PHP: A Step-by-Step Guide

4 views

1 year ago

Spoken-Tutorial IIT Bombay
PHP String Functions Part 1 - English

PHP String Functions (Part 1) strlen(string) - This function counts total no of characters, including numbers and white spaces in the ...

8:44
PHP String Functions Part 1 - English

2,155 views

11 years ago

Kris Occhipinti
PHP Tutorial - 7 - Exploding Strings

http://filmsbykris.com For help: http://filmsbykris.com/irc FaceBook: ...

9:39
PHP Tutorial - 7 - Exploding Strings

755 views

12 years ago

Turbo Learn PHP
Why use str_pad for string formatting in php? master phps str_pad perfectly format strings in php!

Why use str_pad for string formatting in PHP? str_pad helps you format strings to a specific length. It can pad strings with ...

0:44
Why use str_pad for string formatting in php? master phps str_pad perfectly format strings in php!

50 views

1 year ago

Asian Technology
005 - String method in php

String method in php this is complete #PHP course from beginner to advace level students. this course full free with maltiple ...

10:34
005 - String method in php

5 views

7 years ago

Turbo Learn PHP
Why use stristr over strpos? stristr vs strpos in #php – Which One Should You Use?

Why use stristr over strpos? ⚱️ stristr performs a case-insensitive search, while strpos is case-sensitive. ⚱️ stristr returns the ...

0:23
Why use stristr over strpos? stristr vs strpos in #php – Which One Should You Use?

56 views

11 months ago

Bethany Petr
PHP String Methods Demo

Demonstration of some PHP string methods: strlen, str_word_count, strpos, strtoupper, strtolower, ucfirst, ucwords, str_replace, ...

7:38
PHP String Methods Demo

32 views

7 years ago

Turbo Learn PHP
Which is better for string replacement in PHP? str_replace vs preg_replace in #php – Which One is

Which is better for string replacement in PHP? str_replace is simpler, faster, and ideal for straightforward replacements.

0:20
Which is better for string replacement in PHP? str_replace vs preg_replace in #php – Which One is

221 views

1 year ago

Turbo Learn PHP
When to use isset and when to use !empty in PHP? isset vs !empty in #php – Which to Use for Variable

When to use isset and when to use !empty in PHP? 🏍️ isset() checks if a variable is declared and is not null, but it will return true ...

0:21
When to use isset and when to use !empty in PHP? isset vs !empty in #php – Which to Use for Variable

97 views

11 months ago

The Debug Zone
PHP Regex preg_replace_callback: Handling Multiple Matches in One String

In this video, we dive into the powerful world of PHP regular expressions, focusing on the `preg_replace_callback` function. You'll ...

4:31
PHP Regex preg_replace_callback: Handling Multiple Matches in One String

28 views

1 year ago