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
868 results
When should you use array_map over array_filter? array_map is used when you need to apply a transformation to every ...
49 views
11 months ago
Get 40% OFF CodeCrafters: https://app.codecrafters.io/join?via=the-coding-gopher ⬆️ Best project-based coding platform.
477,633 views
8 months ago
Check it out Zed for yourself https://zed.dev/ ✉ Keep up to date with everything I'm up to https://www.kevinpowell.co/newsletter ...
61,542 views
1 month ago
What's the quickest way to debug PHP code? Using error_reporting can show all errors quickly. Combine it with ...
1,040 views
In this tutorial, you will learn how to generate PDF files from plain text using PHP — all without relying on any third-party libraries!
19 views
Ready to master variables in php? This comprehensive guide covers everything you need to know! In this video, you'll discover: ...
5 views
4 months ago
Check out Supabase: https://supabase.plug.dev/qnxeTMY ❤️ Get 40% OFF CodeCrafters: ...
163,722 views
2 months ago
What makes socket_sendmsg() essential for PHP? Using socket_sendmsg() can simplify message sending. BUT many ...
27 views
10 months ago
When should you use mysqli_num_rows() in PHP? mysqli_num_rows() helps you check the result set size. Its important for ...
105 views
Why is mysqli_stmt_free_result important in PHP? 🏍️ When you execute a prepared statement, it consumes memory. 🏍️ But ...
8 views
When should you use mysqli_get_client_stats() in PHP? Use this function when you need to monitor detailed stats about ...
16 views
Why is ftp_get() essential for PHP developers? When you need to download files from an FTP server. How it simplifies ...
30 views
Why does mysqli_stmt_fetch sometimes fail with bound results in PHP? 🏍️ The `mysqli_stmt_fetch()` function retrieves data from ...
18 views
When should I use array_diff vs array_udiff in PHP? ⛴️ Use array_diff for basic comparison of values between arrays.
35 views
Why is mysqli_real_escape_string critical for PHP? When handling user input, security is a major concern.
31 views
How to manage advanced MySQL connections in PHP? `mysqli_real_connect()` allows you to customize MySQL connections ...
3 views
When to use var_dump vs gettype in PHP? gettype is great for quickly checking just the type of a variable. var_dump is more ...
71 views
How to convert Julian dates in PHP using jdtogregorian? You can use jdtogregorian() to convert Julian dates. This is helpful ...
9 views
When to use array_splice instead of array_slice in PHP? array_splice removes elements from the array and optionally replaces ...
Why does date_default_timezone_set() not affect all date functions? date_default_timezone_set() sets the timezone for the ...
76 views