git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@113060 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Thomas Schoefbeck 2003-01-22 21:37:33 +00:00
parent b74ce0bd09
commit e6758715ec

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.33 -->
<refentry id="function.sscanf">
<refnamediv>
@ -26,7 +26,7 @@
</para>
<para>
Any whitespace in the format string matches any whitespace in the input
string. This means that even a tab \n in the format string can match a
string. This means that even a tab \t in the format string can match a
single space character in the input string.
</para>
<para>