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
1,599 results
When you're debugging PHP code, it can be helpful to examine the state of your code at a specific point in time. Let's look at some ...
1,239 views
1 year ago
PHP String Functions (Part 1) strlen(string) - This function counts total no of characters, including numbers and white spaces in the ...
2,155 views
11 years ago
Arrays An array stores multiple values in one single variable. Numeric array - An array with a numeric index. Associative array - An ...
4,928 views
Design patterns by Sydorenkovd.
276 views
9 years ago
This tutorial explains various in-built array functions. These functions are used to perform various actions on array and/or array ...
1,033 views
Multi-Dimensional Arrays In a multidimensional array, each element in the main array can also be an array. And each element in ...
4,421 views
[Seminar] [Kohana: A Lightweight PHP Framework] [Brandon Liu] [Harvard University] [This is CS50.] [CS50.TV] Hi everyone.
27,038 views
13 years ago
Learn how to declare, initialize, and iterate through arrays.
695 views
6 years ago
In programming, array grouping is an extremely common operation, seen most often when we use SQL's GROUP BY clause and ...
6,970 views
2 years ago
In C, you use a for loop to iterate through an array. In fact, for loops and arrays were pretty much made for each other. Here's the ...
265 views
4 years ago
Search for 'php string functions' and you'll find a lot of interesting functions. If you are looking to do a particular thing there's ...
1,619 views
Most languages, I would say, have some sort of length or len or something indicating the length of an array. In PHP it's count.
796 views
2,016 views
10 years ago
872 views
The DeepSource PHP Analyzer has been built ground up to be super fast and guarantees less than 5% false positives in the ...
646 views
Variables in PHP Variables are used for storing values, like text strings, numbers or arrays. When a variable is declared, it can be ...
7,909 views
Sessions A PHP session variable is used to store information about, or change settings for a user session. Session variables hold ...
1,995 views
219 views
This is a short tutorial on how to embed Php code inside HTML code. This is very useful in many situations. For example if I were ...
3,516 views
157 views