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
278 results
This tutorial explains various in-built array functions. These functions are used to perform various actions on array and/or array ...
1,033 views
11 years 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
219 views
There are many more string functions and I suggest you to search, may be, on 'google'. Search for 'php string functions' and you'll ...
1,619 views
Understand the difference between expressions and statements. Watch this to learn about environment and scope: ...
115,946 views
8 years ago
745 views
Dear friends, Welcome to the spoken tutorial on Arrays & functions In this tutorial, we will learn To pass an array to a function Use ...
600 views
Arrays An array stores multiple values in one single variable. Numeric array - An array with a numeric index. Associative array - An ...
4,928 views
POST Variable The built-in $_POST function is used to collect values from a form sent with method="post". Information sent from a ...
3,395 views
PHP String Functions (Part 2) strrev(string) -This function is used to reverse the inputed string strtolower(string) -This function is ...
As always, we'll follow our how to design functions recipe and start with the stub, including signature and purpose. Our problem ...
1,871 views
7 years ago
89 views
Functions (Basic) To keep the script from being executed when the page loads, you can put it into a function. A function will be ...
3,431 views
Static variables are local in scope, but their values persist across function calls as if they were global. Note: At 0:55, the phrase ...
118 views
4 years ago
GET Variable The built-in $_GET function is used to collect values from a form sent with method="get". Information sent from a ...
4,467 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
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
This video is about using 'if', 'else if', and 'else' statements inside of functions. And so far we've been writing our 'if' statements just ...
7,404 views
5 years ago
Functions (Advanced) We can also pass parameters to functions during both the declaration and calling time. function ...
3,144 views
As always we'll follow our How to Design Functions recipe. We need to start with the stub including signature and purpose.
6,634 views