Display the drop-down list

str_ireplace()

« str_getcsv | str_pad »
<?php
$mixed 
str_ireplace (
    
// mixed $search
    
// mixed $replace
    
// mixed $subject
    
  // [int &$count]
);
?>
Result
$mixed = '<body text=black>'
Examples
#1 str_ireplace  ("%body%",
 
"black",
 
"<body text=%BODY%>")
See also
preg_replace, str_replace