PHP Manual

PHP function str_replace()

11. 09. 2019

Obsah článku

Availability in `PHP 4.0`

Replaces all occurrences of the search string with the replacement string.

Parameters

Parameter Data type Default value Note
$search mixed not Search value, otherwise known as $needle. The field can be used to denote multiple $needle.
$replace mixed not Replacement content for the found value. The field can be used for multiple replacements.
$subject mixed not
$count int null

Return values

mixed

This function returns a string or array of substituted values.

echo str_replace('https://', 'https://', 'https://google.com'); // https://google.com

Other resources

Official str-replace documentation

Jan Barášek   Více o autorovi

Autor článku pracuje jako seniorní vývojář a software architekt v Praze. Navrhuje a spravuje velké webové aplikace, které znáte a používáte. Od roku 2009 nabral bohaté zkušenosti, které tímto webem předává dál.

Rád vám pomůžu:

Související články

1.

V jiných jazycích

2.
Status:
All systems normal.
2024