|
|

|

|

|
substr
|
Updated Mon, 08 Jan 2001
|
substr_replace
|

|

|
(PHP 4 >= 4.0RC2) substr_count -- Count the number of substring occurrences Descriptionint substr_count (string haystrack, string needle)
substr_count() returns the number of times the
needle substring occurs in the
haystack string.
Example 1. substr_count() example
print substr_count("This is a test", "is"); // prints out 2
|
|

|

|
substr
|
Updated Mon, 08 Jan 2001
|
substr_replace
|

|

|
|
|