Dropdown-Liste anzeigen

str_ireplace()

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