ID:              20930
 User updated by: rc at opelgt dot org
 Reported By:     rc at opelgt dot org
-Status:          Closed
+Status:          Open
 Bug Type:        Documentation problem
 PHP Version:     4.3.0RC2
 Assigned To:     wiesemann
 New Comment:

The german descriptions of this similar functions again 
could be more precise.

Here is my suggestion:
strchr - alias von strstr
stripos - Sucht erstes Vorkommen eines Strings, liefert 
Position, unabhängig von Groß- und Kleinschreibung
stristr - wie strstr, aber unabhängig von Groß- und 
Kleinschreibung
strpbrk - Sucht erstes Vorkommen eines Zeichens von 
mehreren, liefert Reststring
strpos - Sucht erstes Vorkommen eines Strings, liefert 
Position
strrchr - Sucht letztes Vorkommen eines Zeichens, liefert 
Reststring
strripos - Sucht letztes Vorkommen eines Strings, liefert 
Position, unabhängig von Groß- und Kleinschreibung
strrpos - Sucht letztes Vorkommen eines Strings, liefert 
Position
strstr - Sucht erstes Vorkommen eines Strings, liefert 
Reststring

With kind regards,
Rüdiger


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

[2003-01-04 07:33:03] [EMAIL PROTECTED]

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.



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

[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] rc at opelgt dot org

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

Reply via email to