ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

278 results

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

Codexpanse with Rakhim
Expressions vs. Statements in JS / Intro to JavaScript ES6 programming, lesson 14

Understand the difference between expressions and statements. Watch this to learn about environment and scope: ...

4:38
Expressions vs. Statements in JS / Intro to JavaScript ES6 programming, lesson 14

115,946 views

8 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

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

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

UBC_CPSC_103 _screencasts
Module 6: Applying the reference rule

As always, we'll follow our how to design functions recipe and start with the stub, including signature and purpose. Our problem ...

7:55
Module 6: Applying the reference rule

1,871 views

7 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

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

Spoken-Tutorial IIT Bombay
Sessions - English

Sessions A PHP session variable is used to store information about, or change settings for a user session. Session variables hold ...

6:32
Sessions - English

1,995 views

11 years ago

Spoken-Tutorial IIT Bombay
Embedding PHP - English

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

5:01
Embedding PHP - English

3,516 views

11 years ago

weecology
Using if/else if/else Statements Inside of Functions in R

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

6:37
Using if/else if/else Statements Inside of Functions in R

7,404 views

5 years ago

Spoken-Tutorial IIT Bombay
Functions Advanced - English

Functions (Advanced) We can also pass parameters to functions during both the declaration and calling time. function ...

7:36
Functions Advanced - English

3,144 views

11 years ago

UBC_CPSC_103 _screencasts
Module 5: How to Design Functions for arbitrary-sized data (example b)

As always we'll follow our How to Design Functions recipe. We need to start with the stub including signature and purpose.

5:58
Module 5: How to Design Functions for arbitrary-sized data (example b)

6,634 views

7 years ago