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
165,551 results
PHP programming language Interview with a PHP developer with Paul Ron - aired on © The PHP. No Music Programmer humor ...
404,246 views
3 years ago
What's the quickest way to debug PHP code? Using error_reporting can show all errors quickly. Combine it with ...
1,253 views
1 year ago
Why choose trait over interface in PHP? ⛔ A trait allows you to reuse code across classes without needing inheritance.
558 views
Which tools help in profiling PHP applications? Profiling tools help find slow parts of your code. They show you where your ...
36 views
How to control drill milling with PHP? 📽️ You can use PHP to send commands to hardware. 📽️ Fetch and process sensor data ...
62 views
How to handle timezones dynamically in PHP with DateTimeZone? Use DateTimeZone to set and convert timezones easily.
54 views
How can Xdebug profile PHP apps? Xdebug profiling can show detailed data on code execution. It tracks function calls, ...
338 views
Quick tutorial on building a PHP app using Fat-Free Framework! Learn how to connect to a MariaDB database and display ...
145 views
7 months ago
Which PHP loop is better: foreach or while? Use foreach for arrays or collections when the structure is fixed. while is better ...
467 views
What causes Class Not Found in namespaced PHP files? When using namespaces, PHP depends on the autoloader to ...
482 views
... ensuring that developers have access to the best practices and guidelines for PHP programming. Learn how you can contribute ...
186 views
We are Specialist in Programming Tutorials, Money making Skills, Educational Updates and Comedy.
8 views
7 years ago
Why avoid phpinfo in production? phpinfo displays sensitive server information publicly. ini_get only retrieves specific ...
446 views
When should you use output buffering with ob_start()? Use output buffering when you need to control what gets sent to the ...
132 views
For Free source code and Free Project Please visit : http://www.tutorjoes.com/ http://www.tutorjoes.in/ http://www.facebook ...
113,336 views
8 years ago
Which PHP function checks duplicate values efficiently? You can use `array_count_values()` to check for duplicates.
130 views
When to Use Errors VS Exceptions in PHP? Errors represent serious failures that should typically halt execution. Exceptions ...
189 views
How can Yii2 Coding Standards Boost PHP Efficiency? Yii2 coding standards ensure consistency and readability across your ...
69 views
Why Should You Embrace Yii2 Coding Standards? Yii2 coding standards ensure uniformity and clarity in your codebase.
41 views
When should I use session_start vs setcookie in PHP? Both session_start() and setcookie() can be used to store session data, ...
78 views