diff --git a/reference/strings/functions/sscanf.xml b/reference/strings/functions/sscanf.xml index 1435a16481..a6715b810e 100644 --- a/reference/strings/functions/sscanf.xml +++ b/reference/strings/functions/sscanf.xml @@ -1,5 +1,5 @@ - + @@ -46,8 +46,7 @@ echo "Item $serial was manufactured on: $year-" . substr($month, 0, 3) . "-$day\ If optional parameters are passed, the function will return the - number of assigned values. The optional parameters must be passed - by reference. + number of assigned values. <function>sscanf</function> - using optional parameters @@ -55,7 +54,7 @@ echo "Item $serial was manufactured on: $year-" . substr($month, 0, 3) . "-$day\ $first $last