The ltrim ( ) returns its string argument with ___________________
The ltrim ( ) returns its string argument with ___________________
Case functions are used for ________________
Case functions are used for ________________
In substring selection what's the mean of Slicing?
In substring selection what's the mean of Slicing?
PHP offers printf ( ) and _________________
PHP offers printf ( ) and _________________
Concatenating assignment operator is denoted by _____________
Concatenating assignment operator is denoted by _____________
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?
Which function returns the resulting string as its value?
Which function returns the resulting string as its value?
Which three functions has intimate relationship with each other?
Which three functions has intimate relationship with each other?
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 two functions are used for replacing a string with another string?
Which two functions are used for replacing a string with another string?
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?
Which statement is correct for specifying a string in code?
Which statement is correct for specifying a string in code?
The strtupper ( ) function returns _______________
The strtupper ( ) function returns _______________
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 ______________
The function Strcmp ( ) is equals to ____________
The function Strcmp ( ) is equals to ____________
What does trailing means in replacement of functions?
What does trailing means in replacement of functions?
When two strings are exactly equivalent Strcmp ( ) returns what?
When two strings are exactly equivalent Strcmp ( ) returns what?
Which function is identical to Strstr ( )?
Which function is identical to Strstr ( )?