Tag

string-functions

1 views collected around this technical thread.

php中文网 Courses
php中文网 Courses
Aug 26, 2023 · Backend Development

PHP strrchr() Function: Syntax, Usage, Examples, and Case Sensitivity

The article explains PHP's strrchr() string function, detailing its syntax, parameters, return values, case‑sensitivity behavior, and provides multiple code examples demonstrating how to locate the last occurrence of a character or substring within a string.

php tutorialstring-functionsstring-search
0 likes · 5 min read
PHP strrchr() Function: Syntax, Usage, Examples, and Case Sensitivity
Laravel Tech Community
Laravel Tech Community
Sep 25, 2020 · Backend Development

PHP substr_count() Function – Usage, Parameters, and Examples

The PHP substr_count() function counts the number of non‑overlapping occurrences of a substring within a string, optionally starting from a given offset and limiting the search length, and the article explains its signature, parameters, return value, and provides practical code examples.

Backendphp-functionsstring-functions
0 likes · 2 min read
PHP substr_count() Function – Usage, Parameters, and Examples