InterviewSolution
Saved Bookmarks
| 1. |
How to calculate the length of a string? |
|
Answer» We can CALCULATE the LENGTH of a string with strlen() FUNCTION in PHP. $var1 = “This is good interview Question”; strops() method is used to get the position of the first occurrence of a string inside another string. Example$mainString = 'Best Interview Question'; |
|