ID:          20930
 Updated by:  [EMAIL PROTECTED]
 Reported By: [EMAIL PROTECTED]
-Status:      Assigned
+Status:      Closed
 Bug Type:    Documentation problem
 PHP Version: 4.3.0RC2
 Assigned To: wiesemann
 New Comment:

This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.




Previous Comments:
------------------------------------------------------------------------

[2003-01-04 05:12:38] [EMAIL PROTECTED]

I will fix it (in german manual).
English version doesn't need to be changed.

------------------------------------------------------------------------

[2002-12-11 00:14:36] [EMAIL PROTECTED]

The short descriptions of the following string functions could be more
precisely at least in german:

strpos - Position des ersten Vorkommens des Suchstrings
strrpos - Position des letzten Vorkommens des Suchbuchstabens
strstr - Reststring ab erstem Vorkommen des Suchstrings
stristr - Reststring ab erstem Vorkommen(insensitiv) des Suchstrings
strchr - Reststring ab erstem Vorkommen des Suchbuchstabens
strrchr - Reststring ab letztem Vorkommen des Suchbuchstabens

or if "find" is the keyword:

strpos - Findet erstes Vorkommen des Suchstrings, liefert Position
strrpos - Findet letztes Vorkommen des Suchbuchstabens, liefert
Position
strstr - Findet erstes Vorkommen des Suchstrings, liefert Reststring
stristr - Findet erstes Vorkommen(insensitiv) des Suchstrings, liefert
Reststring
strchr - Findet erstes Vorkommen des Suchbuchstabens, liefert
Reststring
strrchr - Findet letztes Vorkommen des Suchbuchstabens, liefert
Reststring

With kind regards,
R�diger

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=20930&edit=1


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

Reply via email to