Re: [PHP-DOC] cvs: phpdoc /en/reference/strings/functions str-ireplace.xml str-replace.xml From: Gabor Hojtsy (gabor <email protected>)
Date: 01/30/03

> Added files:
> /phpdoc/en/reference/strings/functions str-ireplace.xml
>
> Modified files:
> /phpdoc/en/reference/strings/functions str-replace.xml
> Log:
> New function str_ireplace()

I guess you copied str_replace's docs to str_ireplace, and modified a
few sentences to note that it is case insensitive. Wouldn't it be better
to add just that:

   This function is the case insensitive version of
<function>str_replace</function>.

This would make updates more easier. I guess the PHP source also
implements this with some internal parameter to a common function...

Goba

-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php