Computer Science, asked by ravinderkaur9501, 5 months ago

what is the correct way to create a function in php? ​

Answers

Answered by shreyao4o62009
1

Answer:

function name must start with a letter or an underscore. Function names are NOT case-sensitive. Tip: Give the function a name that reflects what the function does!

Explanation:

pls mark me as a brainlist

Answered by jai696
1

\large\mathsf\color{pink}{Solution\: using\: PHP}

function sayHello() {

echo "Hello world!";

}

\large\mathsf\color{lightgreen}useful?\: \color{white}\longrightarrow\: \color{orange}brainliest!

Similar questions