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,348 results
Forum PHP 2021, organisé le 21 octobre 2021 Plus d'informations sur cette conférence ...
2,014 views
4 years ago
What's the quickest way to debug PHP code? Using error_reporting can show all errors quickly. Combine it with ...
1,737 views
1 year ago
Learning web dev is hard, but taking the right approach can really help! #css #shorts -- Come hang out with other dev's in my ...
1,440,029 views
3 years 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
Cette vidéo vous a plu ? Adhérez à l'AFUP pour soutenir son activité ...
286 views
9 years ago
PHP Tutorial: Mastering Break & Continue Statements and Essential Math Functions Welcome to our PHP tutorial where we dive ...
32 views
2 years 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
How to effectively use dependency injection in PHP? Dependency injection helps decouple classes by injecting dependencies ...
79 views
Why use traits in PHP? Traits help to avoid code duplication. They allow you to reuse methods across different classes.
72 views
How to use dynamic method calls in PHP? Use call_user_func for simple method calls. Its useful for calling methods ...
35 views
Why handle JSON decode errors in PHP? 🏍️ Incorrect JSON data can break your application. 🏍️ BUT proper error handling ...
How to handle large arrays in PHP without memory issues? Large arrays can consume a lot of memory. BUT you can ...
104 views
What makes PHP function parameters powerful? PHP function parameters allow you to pass data into a function for processing.
25 views
In this PHP tutorial for beginners, you'll learn about the basic of PHP and PHP Variables PHP: Hypertext Preprocessor) is a ...
42 views
How to Handle Specific PHP Error Scenarios? Customize error handling in PHP to manage specific types of errors.
39 views
Why use dynamic function calls in PHP? Dynamic function calls allow for more flexible code. They enable calling functions ...
40 views
Why is it important to pass objects as function parameters in PHP? Passing objects as function parameters in PHP allows you ...
How to efficiently handle nested database queries in PHP? When dealing with nested database queries, you can use PHPs ...
27 views