Q:

Syntax of defining a function in Php

0

Syntax of defining a function in Php


  1. function functionName(parameters) {function body}
  2. function {function body}
  3. functionName(parameters) {function body}
  4. All of the above

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Correct Answer:

A.function functionName(parameters) {function body}

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

A function starts with double score is know as... >>
<< Output is...