The _____ function extracts a substring from a string.

The _____ function extracts a substring from a string. Correct Answer substr

The substr function is used for extracting a substring from a string. The syntax for using this function is substr (str,m,n) where str is the string from which extraction is done. m represents the starting point of extraction and n indicates the number of characters to be extracted.

Related Questions

What will be the output of the following PHP code? "convertSpace")); ?>