PHP training in Chandigarh (2) - PowerPoint PPT Presentation

About This Presentation
Title:

PHP training in Chandigarh (2)

Description:

PHP training in Chandigarh is providing By CBitss Technologies . Contact us for any queries:- 9914641983 – PowerPoint PPT presentation

Number of Views:11

less

Transcript and Presenter's Notes

Title: PHP training in Chandigarh (2)


1
PHP TRAINING IN CHANDIGARH
  • CBitss Technologies

2
What is Function?
  • A Function is a block of statements Wrapped
    inside the Curly indicating beginning and end
    of function code respectively.
  • A Functional argument are specified under
    function definition , inside the round brackets
    after the Function name.
  • Arguments act like Variables. When the function
    is Called, the values get passed to functions
    arguments.
  • Parameters ia also another name of variable that
    are passed when the function is called .

3
How Function Used In PHP ?
4
Functions
  • Without Arguments
  • No Parameters Included.
  • No Value passed during function call
  • For example-
  • // declaration
  • Int display()
  • // Call
  • Display()
  • With Arguments
  • Define parameters list
  • Values passed during call
  • For example-
  • // declaration
  • Int sum (int x,int y)
  • // Call
  • Sum (10,20)

5
How PHP Works?
6
CBitss Technologies
CBitss Technologies SCO 23-24- 25, Level 3, Near
Passport office, Sector 34 A, Chandigarh Contact
Us- 9914641983
Website - https//goo.gl/H8FSMH
7
(No Transcript)
Write a Comment
User Comments (0)
About PowerShow.com