Bissoy.com
Login
Doctors
Medicines
MCQs
Q&A
Ask
Merit Test
Questions
Courses
Which one of the following is the right way of defining a function in PHP?
function { function body }
data type functionName(parameters) { function body }
functionName(parameters) { function body }
function fumctionName(parameters) { function body }
LohaHridoy
0
Edit
4
views
2025-01-04 04:42
1
Answers
AhmedNazir
Answer: Option 4
Let'
0
Thanks
4
views
Answered
2022-09-01 13:21
Report
Edit
Call
Related Questions
What will be the output of the following PHP code <php function TV($string) { echo "my favourite TV show is ".$string; function b() { echo " I am here to spoil this code"; } } b(); >?
1 Answers
4
Views
What will be the output of the following PHP code <php function TV($string) { echo "my favourite TV show is ".$string; function b() { echo " I am here to spoil this code"; } } function b() { echo " I am here to spoil this code"; } b(); >?
1 Answers
6
Views
What will be the output of the following PHP code <php function TV($string) { echo "my favourite TV show is ".$string; function b() { echo " I am here to spoil this code"; } } function b() { echo " I am here to spoil this code"; } b(); TV("Sherlock"); >?
1 Answers
8
Views
What will be the output of the following PHP code <php function TV($string) { echo "my favourite TV show is ".$string; function b() { echo " I am here to spoil this code"; } } a("Sherlock"); b(); >?
1 Answers
5
Views
What will be the output of the following PHP code <php <php echo "Hello world"; > >?
1 Answers
5
Views
What will be the output of the following PHP code <php define("GREETING", "PHP is a scripting language"); echo $GREETING; >?
1 Answers
5
Views
What will be the output of the following PHP code <php function a() { function b() { echo 'I am b'; } echo 'I am a'; } a(); a(); >?
1 Answers
13
Views
What will be the output of the following PHP code <php function a() { function b() { echo 'I am b'; } echo 'I am a'; } b(); a(); >?
1 Answers
7
Views
What will be the output of the following PHP code <php function b() { echo "b is executed"; } function a() { b(); echo "a is executed"; b(); } a(); >?
1 Answers
7
Views
What will be the output of the following PHP code <php echo stripos("I love php, I love php too!","PHP"); >?
1 Answers
4
Views
কোরআন
হাদিস
চাকুরি প্রস্তুতি
বিশ্ববিদ্যালয় ভর্তি
মেডিকেল SBA
12
এইচএসসি
10
এসএসসি
8
জেএসসি
এক্সাম দিয়ে মেধা যাচাই করুন
Job Preparation (1125)
Admission (754)
এসএসসি (10)
এইচএসসি (5)
Login Required
You need to log in to continue.
Login
Cancel
Download Required
You need to download the app to make a call.
Download
Cancel