Computer Science, asked by ambetkar7415, 11 months ago

Write the Functions of PHP

Answers

Answered by smartbrainz
0

PHP or Hypertext Prepocessor is a scripting language.

  • PHP is a scripting language that is used for creating dynamic and interactive HTML web pages.
  • PHP is very easy to learn for beginners and also offers advanced features that seasoned programmers may use.
  • PHP is an open source language that can be used across platforms.
  • PHP is very fast and can be used for providing quick solutions.
  • It may be used to script web pages that work effectively with databases.

To know more about PHP, visit :

https://brainly.in/question/13896238  

Answered by equbalrajiya123
0

Answer:

The Functions of PHP are:

1.)Creating PHP Function. Its very easy to create your own PHP function.

2.)PHP Functions with Parameters. PHP gives you option to pass your parameters inside a function.

3.) Passing Arguments by Reference.

4.)PHP Functions returning value.

5.)Setting Default Values for Function Parameters.

6.)Dynamic Function Calls.

Similar questions