PHP_Compat
[ class tree: PHP_Compat ] [ index: PHP_Compat ] [ all elements ]

File: str_ireplace.php

Source Location: /PHP_Compat-1.6.0a3/Compat/Function/str_ireplace.php

Classes:

Page Details:

Replace str_ireplace()

This function does not support the $count argument because it cannot be optional in PHP 4 and the performance cost is too great when a count is not necessary.


php_compat_str_ireplace [line 20]

void php_compat_str_ireplace( $search, $replace, $subject)



Parameters

   $search  
   $replace  
   $subject  
[ Top ]



str_ireplace [line 59]

void str_ireplace( $search, $replace, $subject)



Parameters

   $search  
   $replace  
   $subject  
[ Top ]



Documentation generated on Mon, 11 Mar 2019 15:39:40 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.