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
80,766 results
Forum PHP 2021, organisé le 21 octobre 2021 Plus d'informations sur cette conférence ...
2,014 views
4y ago
What's the quickest way to debug PHP code? Using error_reporting can show all errors quickly. Combine it with ...
1,737 views
1y ago
How to generate dynamic fractal patterns in PHP? Fractal patterns can be generated in PHP using recursive algorithms.
77 views
How to efficiently read and process CSV files in PHP using fgetcsv? 📽️ fgetcsv is ideal for reading large CSV files efficiently line ...
265 views
How to Use PHPs SplFileInfo for Advanced File Handling? PHPs SplFileInfo provides object-oriented access to file information.
23 views
Facing delays with large outputs in PHP? How to use ob_flush()? The ob_flush() function flushes the output buffer, sending ...
98 views
PHP Tutorial: Mastering Break & Continue Statements and Essential Math Functions Welcome to our PHP tutorial where we dive ...
32 views
2y ago
How to effectively use dependency injection in PHP? Dependency injection helps decouple classes by injecting dependencies ...
79 views
Cette vidéo vous a plu ? Adhérez à l'AFUP pour soutenir son activité ...
286 views
9y ago
Learn the basics of PHP and become a web development guru while saving time! All the basics you need to know about PHP.
38 views
3y ago
Why use traits in PHP? Traits help to avoid code duplication. They allow you to reuse methods across different classes.
72 views
Why handle JSON decode errors in PHP? 🏍️ Incorrect JSON data can break your application. 🏍️ BUT proper error handling ...
How to use dynamic method calls in PHP? Use call_user_func for simple method calls. Its useful for calling methods ...
35 views
How to handle large arrays in PHP without memory issues? Large arrays can consume a lot of memory. BUT you can ...
104 views
How to Handle Specific PHP Error Scenarios? Customize error handling in PHP to manage specific types of errors.
39 views
What makes PHP function parameters powerful? PHP function parameters allow you to pass data into a function for processing.
25 views
How to Handle Exceptions in PHP Applications? 🎙️ Exception handling in PHP allows developers to gracefully manage runtime ...
161 views
How to efficiently handle nested database queries in PHP? When dealing with nested database queries, you can use PHPs ...
27 views
Why is it important to pass objects as function parameters in PHP? Passing objects as function parameters in PHP allows you ...
42 views
How to optimize Dependency Injection in PHP? Dependency Injection (DI) allows components to be injected rather than ...
91 views