mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
format is described in sprintf
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@178565 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
2b3ba267c6
commit
b0615875a9
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<!-- $Revision: 1.13 $ -->
|
||||
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.33 -->
|
||||
<refentry id="function.sscanf">
|
||||
<refnamediv>
|
||||
|
@ -20,7 +20,8 @@
|
|||
The function <function>sscanf</function> is the input analog of
|
||||
<function>printf</function>. <function>sscanf</function> reads
|
||||
from the string <parameter>str</parameter> and interprets it
|
||||
according to the specified <parameter>format</parameter>. If only
|
||||
according to the specified <parameter>format</parameter>, which is
|
||||
described in the documentation for <function>sprintf</function>. If only
|
||||
two parameters were passed to this function, the values parsed
|
||||
will be returned as an array. Otherwise, if optional parameters are passed,
|
||||
the function will return the number of assigned values. The optional
|
||||
|
|
Loading…
Reference in a new issue