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
577 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,256 views
1 year 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
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
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
Using the split() function to split a string into a list of substrings.
193 views
7 years ago
This is my Technology Related information.Like "O" Level,"CCC", "Webdesign", "C" language, "C++" "Php","Java","Java Script", ...
49 views
4 years ago
219 views
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
In this mini series, Surma introduces you to the various functional methods that JavaScript Arrays have to offer. In this episode: ...
10,362 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
Arrays An array stores multiple values in one single variable. Numeric array - An array with a numeric index. Associative array - An ...
4,928 views
This short video will walk the viewer through the computer programming concepts of Parameters and Arguments.
35,560 views
9 years ago
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 ...
This is a MAML (Maine Association of Math Leagues) problem from October 2000 (Meet 1 of 2000-2001), Round 1, Problem 2: ...
53 views
10 years ago
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
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
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