Multiple Choice
The ____ function will remove both leading and trailing spaces from a string.
A) ltrim()
B) rtrm()
C) trim()
D) strtrim()
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q17: The concatenation operator in PHP is a
Q18: In PHP, the escape character is the
Q19: The concatenation operator (.) combines several string
Q20: The <b>ucfirst()</b> function and the <b>lcfirst() </b>function
Q21: An escape character tells the compiler or
Q23: The metacharacter (^) anchors characters to the
Q24: The escape character sequence _ inserts a
Q25: The concatenation assignment operator (.=) combines two
Q26: To allow a string to contain an
Q27: The syntax for the<B> strtok() </B>function is