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
583 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
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,261 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
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
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
Like integers and doubles, functions get a copy of the original structure. Call by value is universal in C. This means we can not ...
221 views
4 years ago
This is my Technology Related information.Like "O" Level,"CCC", "Webdesign", "C" language, "C++" "Php","Java","Java Script", ...
49 views
Using the split() function to split a string into a list of substrings.
193 views
7 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
219 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
745 views
The substring() method lets you extract a section of a String; indexOf() lets you find where one String is contained within another ...
21,363 views
6 years ago
In this mini series, Surma introduces you to the various functional methods that JavaScript Arrays have to offer. In this episode: ...
10,362 views
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
C++ Default Function Arguments - with examples.
5 years ago
212 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
In this screencast we'll design a function that creates a square of a given size. As always, we'll follow the how to design functions ...
5,803 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