SlideShare a Scribd company logo
Suraj Motee
 Besides the built-in PHP functions,
we can create our own functions.
 A function is a block of statements that can be
used repeatedly in a program.
 A function will not execute immediately when
a page loads.
 A function will be executed by a call to the
function.
 Write a function that outputs your
name.
 Write a function that calculates sum
of two parameters value being
passed.

More Related Content

PDF
Article builder free trial
PDF
Workshop: Creating your first WordPress plugin
PPTX
Test automation using selenium
PPTX
Setting UIAutomation free with Appium
PPTX
PHP Function
PDF
Php & mysql course syllabus
PPTX
Multimedia.pptx
PPTX
Compression techniques for sound
Article builder free trial
Workshop: Creating your first WordPress plugin
Test automation using selenium
Setting UIAutomation free with Appium
PHP Function
Php & mysql course syllabus
Multimedia.pptx
Compression techniques for sound

More from Suraj Motee (17)

PPTX
Lesson 21: Compression techniques for images
PPTX
Lesson 20: Principles of data compression
PPTX
Lesson 18- Video & File extension
PPTX
Lesson 17- Representing text
PPTX
Lesson 16- Vector Images
PDF
Cambridge O-Level Computer Science-2210
PDF
Functions Worksheet
PPTX
Pure Mathematics 1- Functions
PPTX
While Loops in PHP
PPTX
For loops in PHP
PPTX
Associative arrays in PHP
PPTX
Operators
PPTX
String Manipulation in PHP
PPTX
Echo and print in PHP
PPTX
Introduction to php
PPTX
Data types
PPTX
Variables
Lesson 21: Compression techniques for images
Lesson 20: Principles of data compression
Lesson 18- Video & File extension
Lesson 17- Representing text
Lesson 16- Vector Images
Cambridge O-Level Computer Science-2210
Functions Worksheet
Pure Mathematics 1- Functions
While Loops in PHP
For loops in PHP
Associative arrays in PHP
Operators
String Manipulation in PHP
Echo and print in PHP
Introduction to php
Data types
Variables
Ad

Recently uploaded (20)

PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PPTX
Lesson notes of climatology university.
PPTX
master seminar digital applications in india
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PDF
Chinmaya Tiranga quiz Grand Finale.pdf
PPTX
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
PPTX
202450812 BayCHI UCSC-SV 20250812 v17.pptx
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PDF
RMMM.pdf make it easy to upload and study
PDF
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
PPTX
Institutional Correction lecture only . . .
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
Lesson notes of climatology university.
master seminar digital applications in india
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
STATICS OF THE RIGID BODIES Hibbelers.pdf
Chinmaya Tiranga quiz Grand Finale.pdf
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
202450812 BayCHI UCSC-SV 20250812 v17.pptx
FourierSeries-QuestionsWithAnswers(Part-A).pdf
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
O5-L3 Freight Transport Ops (International) V1.pdf
102 student loan defaulters named and shamed – Is someone you know on the list?
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
Module 4: Burden of Disease Tutorial Slides S2 2025
RMMM.pdf make it easy to upload and study
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
Institutional Correction lecture only . . .
Abdominal Access Techniques with Prof. Dr. R K Mishra
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
Ad

Functions in PHP

  • 2.  Besides the built-in PHP functions, we can create our own functions.  A function is a block of statements that can be used repeatedly in a program.  A function will not execute immediately when a page loads.  A function will be executed by a call to the function.
  • 3.  Write a function that outputs your name.  Write a function that calculates sum of two parameters value being passed.