Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
str_replace
str_replace
Substring replacement
Name:
str_replace
Category:
String
Programming Language:
php
One-line Description:
Replace some characters in the string (case sensitive).
Related
Comprehensive Guide to ThinkPHP5 Event Mechanism: How to Register, Trigger, and Respond to Events
2
Facing Type Mismatch? Key Type Considerations When Using mysqli_result::$lengths
9
How to Efficiently Calculate Price Discount Differences Using the abs() Function in PHP?
1
How to Manage PHP Versions and Extensions in DirectAdmin | PHP Version Switching and Optimization Guide
1
Similar Functions
substr_replace
substr_replace
Substringsthatreplac
strrpos
strrpos
Calculatethelastoccu
str_split
str_split
Convertstringstoarra
html_entity_decode
html_entity_decode
ConvertHTMLentitiest
stripos
stripos
Findthelocationwhere
strpos
strpos
Findthefirstoccurren
convert_uudecode
convert_uudecode
Decodeauuencodeencod
vsprintf
vsprintf
Returnstheformatteds
Popular Articles