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

File: str_ireplace.php

Source Location: /PHP_Compat-1.6.0a2/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 23]

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



Parameters

   $search  
   $replace  
   $subject  
[ Top ]



str_ireplace [line 62]

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



Parameters

   $search  
   $replace  
   $subjectl  
[ Top ]



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