MCQOPTIONS
Bookmark
Saved Bookmarks
→
Technical MCQs
→
2D Transformation And Answers in Technical MCQs
→
How many types of functions are available in php?..
1.
How many types of functions are available in php?
A.
5
B.
4
C.
3
D.
2
Answer» E.
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
A function in PHP which starts with double underscore is known as __________.
<pre class="result notranslate"><?php function prolfc($num1, $num2, $num3) { $mul = $num1 * $num2 * $num3; echo "The product is $mul"; } prolfc(1, 2, 3, 4); ?></pre>9.Type Hinting was introduced in which version of PHP?
<pre class="result notranslate"><?php function funclfc() { echo "This is letsfindcourse"; } // Calling the function funclfc(); ?></pre>8.A function name is not case-sensitive?
A function name is not case-sensitive?
A function name cannot start with a ____
A function name always begins with the keyword _________.
Why should we use functions?
Which of the following is not a built-in function in php ?
How many types of functions are available in php?
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply