PHP - String Functions
Which of the following is the correct syntax to get the length of a string stored in variable
$text?$text?strlen() is the built-in function to get string length.strlen($text); correctly calls the function with the variable.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions