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
Article and Schedule Quiz 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 FULL LENGTH MOCK TEST

Take Mock Tests

Missiles Mock Test Start Test!
SSC MTS Mock Test Start Test
IBPS CLERK MOCK TEST Start Test
SSC MTS 2022 JULY 26 Shift 1 (ENGLISH) Start Test!
SSC GD Previous Year Paper 2021 Nov 17 Shift - I (Hindi) Start Test!
SSC CGL Tier - 1 PYP 2022 April 21 Shift- 1 (ENGLISH) Start Test!
MPSC PAPER I MOCK TEST 1 (ENGLISH) Start Test!
IB Security Assistant Mock test 1 (english) Start Test!
UP POLICE CONSTABLE MOCK TEST 1 Start Test!
DELHI POLICE CONSTABLE MOCK TEST 1 (HINDI) Start Test!

Chapters

Advertisement