adplus-dvertising
frame-decoration

Question

Which statement is correct for specifying a string in code?

a.

$my_string = ' A literal string';

b.

$my_string = ' A literal string";

c.

#my_string = ' A literal string';

d.

Both a and b

Answer: (d).Both a and b

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which statement is correct for specifying a string in code?

Similar Questions

Discover Related MCQs

Q. What does trailing means in replacement of functions?

Q. Literal string specified in PHP code by

Q. Which function start its search from backward rather than from beginning?

Q. Which function takes a single string and returns its length as an integer?

Q. Strtupper ( ) function returns

Q. PHP offers printf ( ) and

Q. Dot ". " operator in strings are called as

Q. How many operators PHP offer for strings?

Q. Function Strcmp ( ) is equals to

Q. Which three functions has intimate relationship with each other?

Q. Which syntax is very useful for specifying large chunks of interpolated variable text?

Q. Strstr ( ) function selects a substring by its

Q. Operator that is used for heredoc syntax

Q. PHP has long supported two regular expression implementations known as _______ and _______

i) Perl
ii) PEAR
iii) Pearl
iv) POSIX

Q. Which one of the following regular expression matches any string containing zero or one p?

Q. [:alpha:] can also be specified as..

Q. How many functions does PHP offer for searching strings using POSIX style regular expression?

Q. POSIX implementation was deprecated in which version of PHP?

Q. POSIX stands for

Q. Which of the following would be a potential match for the Perl-based regular expression /fo{2,4}/ ?

i) fol
ii) fool
iii) fooool
iv) fooooool