ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

577 results

WordPress
Examining the state of your PHP code

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 ...

3:51
Examining the state of your PHP code

1,256 views

1 year ago

Spoken-Tutorial IIT Bombay
Array functions - English

This tutorial explains various in-built array functions. These functions are used to perform various actions on array and/or array ...

10:09
Array functions - English

1,033 views

11 years ago

Spoken-Tutorial IIT Bombay
PHP String Functions Part 1 - English

PHP String Functions (Part 1) strlen(string) - This function counts total no of characters, including numbers and white spaces in the ...

8:44
PHP String Functions Part 1 - English

2,155 views

11 years ago

Spoken-Tutorial IIT Bombay
PHP String Functions Part 2 - English

There are many more string functions and I suggest you to search, may be, on 'google'. Search for 'php string functions' and you'll ...

8:40
PHP String Functions Part 2 - English

1,619 views

11 years ago

J David Eisenberg
Chapter 9: Strings (part 3)

Using the split() function to split a string into a list of substrings.

6:02
Chapter 9: Strings (part 3)

193 views

7 years ago

COMPUTER & EXCEL SOLUTION
Array Function in c plus plus@COMPUTEREXCELSOLUTION

This is my Technology Related information.Like "O" Level,"CCC", "Webdesign", "C" language, "C++" "Php","Java","Java Script", ...

1:07
Array Function in c plus plus@COMPUTEREXCELSOLUTION

49 views

4 years ago

Spoken-Tutorial IIT Bombay
PHP String Functions Part 1 - Gujarati

PHP String Functions (Part 1) strlen(string) - This function counts total no of characters, including numbers and white spaces in the ...

8:42
PHP String Functions Part 1 - Gujarati

219 views

11 years ago

Spoken-Tutorial IIT Bombay
PHP String Functions Part 1 - Tamil

PHP String Functions (Part 1) strlen(string) - This function counts total no of characters, including numbers and white spaces in the ...

8:44
PHP String Functions Part 1 - Tamil

745 views

11 years ago

Spoken-Tutorial IIT Bombay
Arrays and functions - English

Dear friends, Welcome to the spoken tutorial on Arrays & functions In this tutorial, we will learn To pass an array to a function Use ...

9:17
Arrays and functions - English

600 views

11 years ago

Chrome for Developers
map & filter - Functional JavaScript - Supercharged

In this mini series, Surma introduces you to the various functional methods that JavaScript Arrays have to offer. In this episode: ...

1:46
map & filter - Functional JavaScript - Supercharged

10,362 views

7 years ago

J David Eisenberg
Chapter 8: Passing Data Structures to Functions

Like integers and doubles, functions get a copy of the original structure. Call by value is universal in C. This means we can not ...

3:28
Chapter 8: Passing Data Structures to Functions

221 views

4 years ago

Spoken-Tutorial IIT Bombay
Arrays - English

Arrays An array stores multiple values in one single variable. Numeric array - An array with a numeric index. Associative array - An ...

8:54
Arrays - English

4,928 views

11 years ago

Wisc-Online
Parameters and Arguments

This short video will walk the viewer through the computer programming concepts of Parameters and Arguments.

1:53
Parameters and Arguments

35,560 views

9 years ago

Spoken-Tutorial IIT Bombay
POST Variable - English

POST Variable The built-in $_POST function is used to collect values from a form sent with method="post". Information sent from a ...

4:27
POST Variable - English

3,395 views

11 years ago

Spoken-Tutorial IIT Bombay
PHP String Functions Part 2 - Tamil

PHP String Functions (Part 2) strrev(string) -This function is used to reverse the inputed string strtolower(string) -This function is ...

8:40
PHP String Functions Part 2 - Tamil

219 views

11 years ago

Noble Mushtak
MAML, Arithmetic with * Operations: A Simple Function

This is a MAML (Maine Association of Math Leagues) problem from October 2000 (Meet 1 of 2000-2001), Round 1, Problem 2: ...

3:29
MAML, Arithmetic with * Operations: A Simple Function

53 views

10 years ago

J David Eisenberg
Chapter 7: Static variables

Static variables are local in scope, but their values persist across function calls as if they were global. Note: At 0:55, the phrase ...

5:06
Chapter 7: Static variables

118 views

4 years ago

Spoken-Tutorial IIT Bombay
PHP String Functions Part 2 - Gujarati

There are many more string functions and I suggest you to search, may be, on 'google'. Search for 'php string functions' and you'll ...

8:39
PHP String Functions Part 2 - Gujarati

89 views

11 years ago

Spoken-Tutorial IIT Bombay
Functions Basic - English

Functions (Basic) To keep the script from being executed when the page loads, you can put it into a function. A function will be ...

7:02
Functions Basic - English

3,431 views

11 years ago

Spoken-Tutorial IIT Bombay
GET Variable - English

GET Variable The built-in $_GET function is used to collect values from a form sent with method="get". Information sent from a ...

6:04
GET Variable - English

4,467 views

11 years ago