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
4,331 results
How to gracefully handle unexpected situations in PHP? 🕹️ When encountering unexpected situations in PHP, its crucial to ...
6 views
2 years ago
How to use late static binding in PHP? Late static binding allows accessing overridden static methods and properties. Use ...
77 views
1 year ago
Why choose trait over interface in PHP? ⛔ A trait allows you to reuse code across classes without needing inheritance.
571 views
Why avoid phpinfo in production? phpinfo displays sensitive server information publicly. ini_get only retrieves specific ...
446 views
Why Should You Use Object-Oriented Programming in PHP? Object-oriented programming in PHP helps organize code into ...
32 views
Why is it important to pass objects as function parameters in PHP? Passing objects as function parameters in PHP allows you ...
38 views
How to Leverage PHP Magic Methods for Advanced Object-Oriented Programming? Magic methods in PHP are special ...
26 views
What is PHP autoloading and why should you use it? PHP autoloading is a feature that automatically loads classes when they ...
37 views
What is autoloading in PHP and why is it important? Autoloading is a feature in PHP that automatically includes the necessary ...
24 views
Why use namespaces in PHP? Namespaces prevent class name conflicts. They make your code more modular and ...
356 views
Why should you use mysqli_fetch_object() in PHP? mysqli_fetch_object() allows you to fetch database results as objects, ...
5 views
How can PHP developers reduce server load effectively? Use opcode caching to store compiled PHP scripts in memory.
12 views
What are PHP namespaces and why are they useful? PHP namespaces provide a way to organize code by grouping related ...
48 views
How to turbocharge PHP server speed? Utilize Object-Oriented Programming (OOP) principles for efficient code organization.
10 views
Why are PHP function parameters essential for OOP? 🗃️ PHP function parameters enable you to pass data into functions, ...
15 views
How to Handle Errors in PHP Like a Pro? When coding in PHP, its essential to implement proper error handling techniques.
Why should PHP developers be cautious when using floating-point numbers? Floating-point numbers in PHP may not always ...
17 views
Learn what Dependency Injection is in PHP - it's not as hard as it sounds! This is my first 2 minute programming video on YouTube ...
16,120 views
9 years ago
How to Use PHP Magic Methods __get and __set? PHP magic methods __get and __set enable dynamic access and ...
51 views
Why is PHP autoloading crucial for modern development? PHP autoloading simplifies class loading by automatically including ...
4 views