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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started