Compare two strings:
The substr_compare() function compares two strings from a specified start position.
Tip: This function is binary-safe and optionally case-sensitive.
| Parameter | Description |
|---|---|
| string1 | Required. Specifies the first string to compare |
| string2 | Required. Specifies the second string to compare |
| startpos | Required. Specifies where to start comparing in string1. If negative, it starts counting from the end of the string |
| length | Optional. Specifies how much of string1 to compare |
| case | Optional. A boolean value that specifies whether or not to perform a case-sensitive
compare:
|
| Return Value: | This function returns:
|
|---|---|
| PHP Version: | 5+ |
| Changelog: | As of PHP 5.1, it is now possible to use a negative startpos |
Compare two strings, when start position in string1 for the comparison is 6th:
Using all parameters:
Different return values:
Complete PHP String Reference
The perfect solution for professionals who need to balance work, family, and career building.
More than 10 000 certificates already issued!
The HTML Certificate documents your knowledge of HTML.
The HTML5 Certificate documents your knowledge of advanced HTML5.
The CSS Certificate documents your knowledge of advanced CSS.
The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM.
The jQuery Certificate documents your knowledge of jQuery.
The XML Certificate documents your knowledge of XML, XML DOM and XSLT.
The ASP Certificate documents your knowledge of ASP, SQL, and ADO.
The PHP Certificate documents your knowledge of PHP and SQL (MySQL).
Your message has been sent to W3Schools.