JOIN ADRE 2.0 Telegram Group

Functions in PHP - Objective Questions with Answers

Questions
6 In PHP which language construct is used to output one or more strings?
A print
B output
C echo
D show

Answer: Option [C]
7 In PHP which language construct is used to output only one strings?
A echo
B display
C print
D output

Answer: Option [C]
Advertisement
ADRE 2.0 Mock Test - 5 Start Test
ADRE 2.0 Mock Test - 5 Start Test

DOWNLOAD CURRENT AFFAIRS PDF FROM APP

8 Which function is used to determine whether a variable is empty or not?
A check()
B empty()
C determine()
D fill()

Answer: Option [B]
9 Which function is used to determine whether a variable is set or not?
A unset()
B isset()
C set()
D none of these above

Answer: Option [B]
10 What are the differences between include() and require()?
I. require generates a fatal error and stops the script
II. include produces a warning and continues the script
III. require produces warning and continues the script
IV. include generates a fatal error and stops the script
A Both (I) and (II) correct
B Both (II) and (III) correct
C Both (I) and (III) correct
D None of these above

Answer: Option [A]

During execution of a program when it failures require generates a fatal error and stop the script. In case of include() it produces a warning and continues the script.

ADRE 2.0 MOCK TEST

Take Mock Tests

Government Schemes Mock Test Start Test!
Political Science Mock Test – 42 Start Test
History Test – 190 Start Test
Quantitative Aptitude Test Start Test!
Trigonometry - Mock Test Start Test!
Data Interpretation - Mock Test Start Test!
General Awareness - Mock Test Start Test!
Reasoning Ability - Mock Test Start Test!
Englist(Antonyms) Mock Test 1 Start Test!
Quantitative Aptitude (Percentage) Mock Test Start Test!
Economy Mock Test 1 Unlock Test!
Books & Authors - Test 2 Unlock Test!

Chapters

Advertisement