|
@@ -13,9 +13,6 @@ |
|
|
block discarded – undo |
|
13
|
13
|
/** |
|
14
|
14
|
* Replaces the format items in a specified string with the string representation of n specified objects. |
|
15
|
15
|
* |
|
16
|
|
- * @param string $format A composit format string |
|
17
|
|
- * @param mixed $arg0 The first item to format |
|
18
|
|
- * @param mixed $arg1 The second item to format |
|
19
|
16
|
* |
|
20
|
17
|
* @return string Returns a copy of format in which the format items have been |
|
21
|
18
|
* replaced by the string representations of arg0, arg1,... argN. |
Please login to merge, or discard this patch.