What is use of substr and strstr function?
Answer / Neeraj Kumar Tyagi
substr() is a PHP function used to extract a substring from a string by specifying the starting position, length, or both. strstr(), on the other hand, is a PHP function that returns a substring starting from the first occurrence of a specified search string.nExample:nsubstr("Hello World", 7) would return "World";nstrstr("Hello World", "World") would also return "World". Note that strstr() is case-sensitive.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is drupal 7 still supported?
Explain updating drupal?
Explain about services module?
What does views do and how do you use it?
Explain about design patterns?
What is bundle drupal?
What are the applications of drupal?
What is drupal child?
How will you add the fields inside the panels?
What is authenticated user?
What is hooks?
What is module and list out some of the modules used in drupal?