Question: What is the valid way to start a PHP function? Select one: a. function test{} b. function test[] c. def function test{} d. function test()
What is the valid way to start a PHP function?
Select one:
a. function test{}
b. function test[]
c. def function test{}
d. function test()
What function can you use to get the position of a string or character inside a string?
Select one:
a. string_position()
b. length()
c. len()
d. strrpos()
Question 4
Not yet answered
Marked out of 1.00
Flag question
Question text
PHP variables are weekly typed, which means that:
Select one:
a. you cant store data in them for a long time
b. you do not have to define their type before you initialize them
c. strongly typed languages like Java are better
d. strongly typed languages do not require variable definitions
What character concatenates strings in PHP? a. b. c. d.RIGHT
Select one:
a. ;
b. &
c. *
d. .
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
