Returns a string argument with both leading and trailing whitespace removed, is a behavior of ___________________
Returns a string argument with both leading and trailing whitespace removed, is a behavior of ___________________
Strstr ( ) function selects a substring by its _________________
Strstr ( ) function selects a substring by its _________________
Selecting a substring by numerical position is the property of ______________
Selecting a substring by numerical position is the property of ______________
The literal string specified in PHP code by _________________
The literal string specified in PHP code by _________________
Returns a string arguments with trilling blank space removed, is a behavior of __________________
Returns a string arguments with trilling blank space removed, is a behavior of __________________
The chop ( ), ltrim ( ) and trim functions are used for ______________
The chop ( ), ltrim ( ) and trim functions are used for ______________
Which string type is interpreted as a number of sequences and automatically interpolates variable values?
Which string type is interpreted as a number of sequences and automatically interpolates variable values?
For finding out one string is equal to another string which function we can use?
For finding out one string is equal to another string which function we can use?
In substring selection which function modifies a string?
In substring selection which function modifies a string?
The dot . operator in strings are called as ______________
The dot . operator in strings are called as ______________
Stristr ( ) is identical to Strstr ( ) except that _________________
Stristr ( ) is identical to Strstr ( ) except that _________________
The operator that is used for heredoc syntax ________________
The operator that is used for heredoc syntax ________________
Which function takes a single string and returns its length as an integer?
Which function takes a single string and returns its length as an integer?
Which syntax is very useful for specifying large chunks of interpolated variable text?
Which syntax is very useful for specifying large chunks of interpolated variable text?
By first constructing a message string and then shipping it off to the receiving program, is a way of communication between PHP and _____________
By first constructing a message string and then shipping it off to the receiving program, is a way of communication between PHP and _____________
A sequence of characters that is treated as a unit is called _________________
A sequence of characters that is treated as a unit is called _________________
The printf ( ) function sends the resulting string ________________
The printf ( ) function sends the resulting string ________________
All these characters in a string \ , ? , * , \ , &Hat , $ , ] are escaped by_______________
All these characters in a string \ , ? , * , \ , &Hat , $ , ] are escaped by_______________
How many operators PHP offer for strings?
How many operators PHP offer for strings?
Replacing string from left hand side is known as ____________
Replacing string from left hand side is known as ____________