ID: 20930 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Assigned Bug Type: Documentation problem PHP Version: 4.3.0RC2 -Assigned To: +Assigned To: wiesemann New Comment:
I will fix it (in german manual). English version doesn't need to be changed. Previous Comments: ------------------------------------------------------------------------ [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
