Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
876 results
In this video, we'll explore the powerful `array_map` function in PHP and how it can be applied to multidimensional arrays.
19 views
8 months ago
In this video, we dive deep into the `@$array` construct in PHP, exploring its significance and practical applications. Whether ...
11 views
How can I convert an object to an array in PHP? You can use type casting to easily convert an object to an array.
14 views
11 months ago
In this video, we'll explore the essential techniques for merging arrays in PHP, a fundamental skill for any developer working with ...
3 views
4 months ago
In this video, we'll explore the powerful technique of reducing an array of objects in PHP. Whether you're working with complex ...
5 views
6 months ago
How to convert Julian dates in PHP using jdtogregorian? You can use jdtogregorian() to convert Julian dates. This is helpful ...
9 views
10 months ago
https://github.com/rrazvanrraducanu/docker_containers_for-classical-PHP-MySQL-apps.
2 views
3 months ago
In this video, we'll explore the process of deserializing an array of objects using the JMS Serializer in PHP. Whether you're ...
10 views
Php/Doctrine array hydration I hope you found a solution that worked for you :) The Content is licensed under ...
1 month ago
In this video, we dive into the essential PHP function `mysqli_real_escape_string` and explore its critical role in securing your ...
1 view
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 ...
7 months ago
When should I use ctype_upper in PHP? You should use `ctype_upper()` to check if all characters are uppercase. This is ...
In this video, we tackle a common challenge faced by developers when working with Axios for making POST requests in PHP: the ...
In this video, we dive into the intricacies of PHP's spread syntax and its application in array declarations. Whether you're a ...
0 views
In this comprehensive guide, we'll explore the essential techniques for converting PHP iterables to arrays or traversable objects.
9 months ago
In this video, we'll explore the essential techniques for passing array values between classes in PHP. Understanding how to ...
When should you use mysqli_stmt_attr_set()? Using mysqli_stmt_attr_set() helps optimize prepared statements. It allows ...
8 views
Display Star Ratings in PHP and MySQL | PHP Tutorial In this PHP tutorial, you'll learn how to display star ratings from a database ...
154 views
How to handle async queries in PHP? Using async queries improves application performance. BUT many developers forget ...
83 views
Why use session_regenerate_id in PHP? session_regenerate_id helps protect against session fixation attacks. It changes ...
65 views
In this video, we will explore the process of looping through and inserting multi-dimensional arrays into a MySQL database using ...
5 months ago
In this video, we'll explore a common programming challenge: finding the closest value in an array using PHP. Whether you're ...
Why should you close mysqli statements? Closing statements frees up resources that can be limited. If you dont close them, ...
60 views
PHP code to sort an array.....? Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...
44 views
10 days ago
Deleting an element from an array in PHP (9 SOLUTIONS!!) ✧ I really hope you found a helpful solution! ♡ The Content is ...