ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

876 results

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

The Debug Zone
Understanding `@$array` in PHP: Meaning, Usage, and Common Constructs Explained

In this video, we dive deep into the `@$array` construct in PHP, exploring its significance and practical applications. Whether ...

1:30
Understanding `@$array` in PHP: Meaning, Usage, and Common Constructs Explained

11 views

8 months ago

Turbo Learn PHP
How can I convert an object to an array in PHP? Unlocking #php Convert Objects to Arrays Like a Pro!

How can I convert an object to an array in PHP? You can use type casting to easily convert an object to an array.

0:50
How can I convert an object to an array in PHP? Unlocking #php Convert Objects to Arrays Like a Pro!

14 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

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

6 months ago

Turbo Learn PHP
How to convert Julian dates in #php using jdtogregorian? Transform Your Dates Master jdtogregorian()

How to convert Julian dates in PHP using jdtogregorian? You can use jdtogregorian() to convert Julian dates. This is helpful ...

0:44
How to convert Julian dates in #php using jdtogregorian? Transform Your Dates Master jdtogregorian()

9 views

10 months ago

Razvan Raducanu
Arrays in PHP

https://github.com/rrazvanrraducanu/docker_containers_for-classical-PHP-MySQL-apps.

4:05
Arrays in PHP

2 views

3 months ago

The Debug Zone
How to Deserialize an Array of Objects with JMS Serializer in PHP

In this video, we'll explore the process of deserializing an array of objects using the JMS Serializer in PHP. Whether you're ...

1:30
How to Deserialize an Array of Objects with JMS Serializer in PHP

10 views

10 months ago

Peter Schneider
Codereview: Php/Doctrine array hydration

Php/Doctrine array hydration I hope you found a solution that worked for you :) The Content is licensed under ...

2:28
Codereview: Php/Doctrine array hydration

2 views

1 month ago

The Debug Zone
How to Use mysqli_real_escape_string with Arrays in PHP: A Complete Guide

In this video, we dive into the essential PHP function `mysqli_real_escape_string` and explore its critical role in securing your ...

2:41
How to Use mysqli_real_escape_string with Arrays in PHP: A Complete Guide

1 view

1 month ago

The Debug Zone
PHP Nested Tree Menu from Flat Array: Step-by-Step Guide and Solutions

In this video, we'll dive into the world of PHP as we explore how to transform a flat array into a dynamic nested tree menu. Whether ...

6:40
PHP Nested Tree Menu from Flat Array: Step-by-Step Guide and Solutions

3 views

7 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
Fixing PHP Post Array Empty Issue on Axios POST Requests: A Step-by-Step Guide

In this video, we tackle a common challenge faced by developers when working with Axios for making POST requests in PHP: the ...

1:33
Fixing PHP Post Array Empty Issue on Axios POST Requests: A Step-by-Step Guide

2 views

7 months ago

The Debug Zone
Understanding PHP Spread Syntax in Array Declaration: A Complete Guide

In this video, we dive into the intricacies of PHP's spread syntax and its application in array declarations. Whether you're a ...

1:29
Understanding PHP Spread Syntax in Array Declaration: A Complete Guide

0 views

3 months ago

The Debug Zone
How to Convert PHP Iterable to Array or Traversable: A Complete Guide

In this comprehensive guide, we'll explore the essential techniques for converting PHP iterables to arrays or traversable objects.

2:40
How to Convert PHP Iterable to Array or Traversable: A Complete Guide

5 views

9 months ago

The Debug Zone
How to Pass Array Values Between Classes in PHP: A Step-by-Step Guide

In this video, we'll explore the essential techniques for passing array values between classes in PHP. Understanding how to ...

3:20
How to Pass Array Values Between Classes in PHP: A Step-by-Step Guide

1 view

4 months ago

Turbo Learn PHP
When should you use mysqli_stmt_attr_set()? Unlocking Efficiency with mysqli_stmt_attr_set() in #php

When should you use mysqli_stmt_attr_set()? Using mysqli_stmt_attr_set() helps optimize prepared statements. It allows ...

1:10
When should you use mysqli_stmt_attr_set()? Unlocking Efficiency with mysqli_stmt_attr_set() in #php

8 views

11 months ago

Codehow2
Display Star Ratings in PHP and MySQL | PHP Tutorial

Display Star Ratings in PHP and MySQL | PHP Tutorial In this PHP tutorial, you'll learn how to display star ratings from a database ...

12:28
Display Star Ratings in PHP and MySQL | PHP Tutorial

154 views

3 months ago

Turbo Learn PHP
How to handle async queries in PHP? Master Asynchronous Queries in #php with

How to handle async queries in PHP? Using async queries improves application performance. BUT many developers forget ...

0:48
How to handle async queries in PHP? Master Asynchronous Queries in #php with

83 views

10 months ago

Turbo Learn PHP
Why use session_regenerate_id in PHP? #php Session Security Use session_regenerate_id Wisely!

Why use session_regenerate_id in PHP? session_regenerate_id helps protect against session fixation attacks. It changes ...

1:11
Why use session_regenerate_id in PHP? #php Session Security Use session_regenerate_id Wisely!

65 views

10 months ago

The Debug Zone
How to Loop and Insert PHP Multi-Dimensional Array into MySQL Database

In this video, we will explore the process of looping through and inserting multi-dimensional arrays into a MySQL database using ...

1:54
How to Loop and Insert PHP Multi-Dimensional Array into MySQL Database

8 views

5 months ago

The Debug Zone
How to Find the Closest Value in PHP: A Step-by-Step Guide

In this video, we'll explore a common programming challenge: finding the closest value in an array using PHP. Whether you're ...

2:45
How to Find the Closest Value in PHP: A Step-by-Step Guide

2 views

8 months ago

Turbo Learn PHP
Why should you close mysqli statements? Master mysqli_stmt_close() in #php for Efficient Resource

Why should you close mysqli statements? Closing statements frees up resources that can be limited. If you dont close them, ...

0:56
Why should you close mysqli statements? Master mysqli_stmt_close() in #php for Efficient Resource

60 views

10 months ago

Roel Van de Paar
PHP code to sort an array.....? (4 Solutions!!)

PHP code to sort an array.....? Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

3:05
PHP code to sort an array.....? (4 Solutions!!)

44 views

10 days ago

Nida Karagoz
Deleting an element from an array in PHP (9 SOLUTIONS!!)

Deleting an element from an array in PHP (9 SOLUTIONS!!) ✧ I really hope you found a helpful solution! ♡ The Content is ...

4:14
Deleting an element from an array in PHP (9 SOLUTIONS!!)

0 views

10 months ago