1 / 7

PHP Training in Chandigarh

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

Download Presentation

PHP Training in Chandigarh

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  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 function’s arguments. Parameters ia also another name of variable that are passed when the function is called .

  3. How Function Used In PHP ?

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

  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

More Related