ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

206 results

Turbo Learn PHP
Which are the fastest #php #functions for arrays? Unlocking #php Array #speed Fastest #functions

Which are the fastest PHP functions for arrays? When you need speed, choose array_map and array_filter. These functions ...

0:25
Which are the fastest #php #functions for arrays? Unlocking #php Array #speed Fastest #functions

47 views

11 months ago

The Debug Zone
How to Use Array Map on PHP Multidimensional Arrays: A Step-by-Step Guide

In this video, we'll explore the powerful `array_map` function in PHP and how it can be applied to multidimensional arrays.

1:56
How to Use Array Map on PHP Multidimensional Arrays: A Step-by-Step Guide

19 views

8 months ago

Turbo Learn PHP
When should I use array_diff vs array_udiff in PHP? #php array_diff vs array_udiff – Which One Wins

When should I use array_diff vs array_udiff in PHP? ⛴️ Use array_diff for basic comparison of values between arrays.

0:25
When should I use array_diff vs array_udiff in PHP? #php array_diff vs array_udiff – Which One Wins

35 views

11 months ago

Turbo Learn PHP
When should you use array_map over array_filter? array_map vs array_filter in #php – Which One

When should you use array_map over array_filter? array_map is used when you need to apply a transformation to every ...

0:27
When should you use array_map over array_filter? array_map vs array_filter in #php – Which One

49 views

11 months ago

Turbo Learn PHP
When should I use array_map over array_walk in PHP? array_map vs array_walk in #php – Which to

When should I use array_map over array_walk in PHP? array_map() returns a new array after applying the callback function to ...

0:19
When should I use array_map over array_walk in PHP? array_map vs array_walk in #php – Which to

444 views

11 months ago

Turbo Learn PHP
Why is mysqli_fetch_assoc() so important in PHP? Unlock PHPs Power mysqli_fetch_assoc() Secrets!

Why is mysqli_fetch_assoc() so important in PHP? Fetching results from a database can be tricky. mysqli_fetch_assoc() ...

0:33
Why is mysqli_fetch_assoc() so important in PHP? Unlock PHPs Power mysqli_fetch_assoc() Secrets!

66 views

11 months ago

Turbo Learn PHP
What is the fastest way to handle large arrays in PHP? Unbelievable #speed Boost for Large Arrays in

Consider using built-in array functions that are optimized. But remember, not all functions are created equal; some are faster ...

0:23
What is the fastest way to handle large arrays in PHP? Unbelievable #speed Boost for Large Arrays in

225 views

11 months ago

RASHID IT WORLD
Class 06 PHP Arrays Functions and Manulation

Welcome to "Rashid IT World," your premier destination for cutting-edge insights into the dynamic realm of IT and computer ...

13:17
Class 06 PHP Arrays Functions and Manulation

4 views

11 months ago

Turbo Learn PHP
When should I use ctype_upper in PHP? Unlocking PHPs #hidden Power Master ctype_upper!

When should I use ctype_upper in PHP? You should use `ctype_upper()` to check if all characters are uppercase. This is ...

0:56
When should I use ctype_upper in PHP? Unlocking PHPs #hidden Power Master ctype_upper!

2 views

11 months ago

The Debug Zone
How to Reduce an Array of Objects in PHP: A Step-by-Step Guide

In this video, we'll explore the powerful technique of reducing an array of objects in PHP. Whether you're working with complex ...

1:39
How to Reduce an Array of Objects in PHP: A Step-by-Step Guide

5 views

5 months ago

Nouvelle Techno
Still using reset()? PHP 8.5 is (finally) better.

Are you still using reset() or end() to retrieve the first or last element of a PHP array? ➜ PHP 8.5 finally introduces two ...

1:36
Still using reset()? PHP 8.5 is (finally) better.

1,163 views

3 months ago

Turbo Learn PHP
When should I use array_splice vs array_slice in PHP? array_splice vs array_slice in #php – Which

When should I use array_splice vs array_slice in PHP? array_slice() is used to extract a portion of an array without modifying ...

0:19
When should I use array_splice vs array_slice in PHP? array_splice vs array_slice in #php – Which

55 views

11 months ago

The Debug Zone
How to Merge 3 Arrays in PHP: A Step-by-Step Guide with Examples

In this video, we'll explore the essential techniques for merging arrays in PHP, a fundamental skill for any developer working with ...

3:18
How to Merge 3 Arrays in PHP: A Step-by-Step Guide with Examples

3 views

4 months ago

Turbo Learn PHP
What’s the difference between unlink and rmdir in PHP? unlink vs rmdir in #php – Which One to Delete

What's the difference between unlink and rmdir in PHP? The unlink function is used to delete files, not directories. It works only ...

0:17
What’s the difference between unlink and rmdir in PHP? unlink vs rmdir in #php – Which One to Delete

97 views

11 months ago

Turbo Learn PHP
Which #functions can help with date manipulation? Master Date Manipulation in #php Easily!

Which functions can help with date manipulation? PHP provides several built-in functions for date manipulation.

0:26
Which #functions can help with date manipulation? Master Date Manipulation in #php Easily!

203 views

11 months ago

Nouvelle Techno
Are you still writing your arguments in order? No need with PHP 8 😎

Since PHP 8, it's been possible to use named arguments in function calls. No more need to respect the order, and no more ...

2:44
Are you still writing your arguments in order? No need with PHP 8 😎

1,412 views

5 months ago

Turbo Learn PHP
Which #php function checks duplicate values efficiently? Mastering Duplicate Checks in PHP!

Which PHP function checks duplicate values efficiently? You can use `array_count_values()` to check for duplicates.

0:21
Which #php function checks duplicate values efficiently? Mastering Duplicate Checks in PHP!

126 views

11 months ago

Turbo Learn PHP
What is ctype_graph in #php and why use it? Mind-Blowing #php Hack ctype_graph() for Unseen Input

What is ctype_graph in PHP and why use it? ctype_graph helps you filter strings to allow only visible characters. It excludes ...

1:33
What is ctype_graph in #php and why use it? Mind-Blowing #php Hack ctype_graph() for Unseen Input

15 views

10 months ago

Turbo Learn PHP
When should you use array_push vs array_merge? array_push vs array_merge in #php – Which is Faster?

When should you use array_push vs array_merge? array_push is designed to add one or more elements to the end of an array ...

0:13
When should you use array_push vs array_merge? array_push vs array_merge in #php – Which is Faster?

17 views

11 months ago

Turbo Learn PHP
When should you prefer array_map in PHP? array_map vs foreach - Which is Better in PHP?

When should you prefer array_map in PHP? Use `array_map` when applying a function to each array element. It's ideal for ...

0:26
When should you prefer array_map in PHP? array_map vs foreach - Which is Better in PHP?

149 views

11 months ago