Skip to content

Commit 29f9b1a

Browse files
committed
regenerated
1 parent 0ddd2a8 commit 29f9b1a

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

generated/strings.php

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,10 @@ function soundex(string $str): string
184184
* own parameter.
185185
*
186186
* A conversion specification follows this prototype:
187-
* %[flags][width][.precision]specifier.
187+
* %[argnum$][flags][width][.precision]specifier.
188+
*
189+
* An integer followed by a dollar sign $,
190+
* to specify which number argument to treat in the conversion.
188191
*
189192
*
190193
* Flags
@@ -552,7 +555,10 @@ function substr(string $string, int $start, int $length = null): string
552555
* own parameter.
553556
*
554557
* A conversion specification follows this prototype:
555-
* %[flags][width][.precision]specifier.
558+
* %[argnum$][flags][width][.precision]specifier.
559+
*
560+
* An integer followed by a dollar sign $,
561+
* to specify which number argument to treat in the conversion.
556562
*
557563
*
558564
* Flags

0 commit comments

Comments
 (0)