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
173,820 results
PHP programming language Interview with a PHP developer with Paul Ron - aired on © The PHP. No Music Programmer humor ...
406,899 views
4 years ago
In this video, I'm going to be playing around with Sockets in PHP and JavaScript Subscribe for more ...
11,303 views
What's the quickest way to debug PHP code? Using error_reporting can show all errors quickly. Combine it with ...
1,476 views
1 year ago
Why choose trait over interface in PHP? ⛔ A trait allows you to reuse code across classes without needing inheritance.
599 views
When to use explode or implode in PHP? explode is used to break a string into an array based on a delimiter. implode is ...
102 views
Which PHP loop is better: foreach or while? Use foreach for arrays or collections when the structure is fixed. while is better ...
467 views
neoscms #grpc #php In early 2022 we decided to use gRPC for building a server API for a new desktop application project. This a ...
5,348 views
2 years ago
Why avoid phpinfo in production? phpinfo displays sensitive server information publicly. ini_get only retrieves specific ...
447 views
When should you use namespaces in PHP? Namespaces in PHP are crucial for organizing and structuring your code.
55 views
Why is eval better than include in PHP? eval() can execute dynamic PHP code from a string, offering flexibility. include() ...
484 views
A brief introduction to PHP, and some examples of PHP code. Includes links to the PHP Documentation and other resources for ...
6,742 views
How to prevent PHP database deadlocks with concurrent writes? Always use consistent locking strategies for database writes.
106 views
Why prefer switch over if-else in PHP? Switch can be more efficient when comparing a single variable against many values.
92 views
How can I supercharge PHP server speed? Leverage OpCode caching such as OPcache or APC to store precompiled script ...
32 views
Why should you care about PHPs memory management? PHPs memory management affects your applications performance.
649 views
Free 7 Step Freelance SQL Developer Guide: https://digilinksolutions.net/lp/guide/ PREMIUM COURSES ▻ 30 Day Freelance ...
1,745 views
5 years ago
Which is the best PHP method for HTTP requests? 🎙️ If you need flexibility and control over headers or response codes, cURL ...
219 views
Whats the Secret to OpCache Optimization? OpCache stores precompiled PHP bytecode to speed up script execution.
139 views
How can you implement rate limiting in PHP API? Rate limiting controls how many requests a user can make. It helps ...
530 views
Cannot validate since no PHP executable is set Use the setting 'php validate executablePath' File - Preferences - Settings ...
130,129 views