Which function returns the resulting string as its value?
Which function returns the resulting string as its value?
Which function is used for replacing the whole string with an alternate string?
Which function is used for replacing the whole string with an alternate string?
Which function is used for capitalizing the first letter of a string?
Which function is used for capitalizing the first letter of a string?
The strtupper ( ) function returns _______________
The strtupper ( ) function returns _______________
A function that capitalizes the first letter of each word in a string, is a _______________
A function that capitalizes the first letter of each word in a string, is a _______________
Which three functions has intimate relationship with each other?
Which three functions has intimate relationship with each other?
PHP offers printf ( ) and _________________
PHP offers printf ( ) and _________________
When two strings are exactly equivalent Strcmp ( ) returns what?
When two strings are exactly equivalent Strcmp ( ) returns what?
The ltrim ( ) returns its string argument with ___________________
The ltrim ( ) returns its string argument with ___________________
Which statement is correct for specifying a string in code?
Which statement is correct for specifying a string in code?
Which function is identical to Strstr ( )?
Which function is identical to Strstr ( )?
Which function is used for escaping quotation marks, double quotation marks, backslashes and Nulls from a string?
Which function is used for escaping quotation marks, double quotation marks, backslashes and Nulls from a string?
In substring selection what's the mean of Slicing?
In substring selection what's the mean of Slicing?
Concatenating assignment operator is denoted by _____________
Concatenating assignment operator is denoted by _____________
The function Strcmp ( ) is equals to ____________
The function Strcmp ( ) is equals to ____________
In addition to the single and double quoted strings the PHP offers another way to specify a string which is called as _________________
In addition to the single and double quoted strings the PHP offers another way to specify a string which is called as _________________
For creating pages that contain HTML forms and have multiline strings we can use ______________
For creating pages that contain HTML forms and have multiline strings we can use ______________
Which two functions are used for replacing a string with another string?
Which two functions are used for replacing a string with another string?
Case functions are used for ________________
Case functions are used for ________________
What does trailing means in replacement of functions?
What does trailing means in replacement of functions?