diff --git a/reference/filesystem/functions/copy.xml b/reference/filesystem/functions/copy.xml index 6e3c9540d4..8a9bb60457 100644 --- a/reference/filesystem/functions/copy.xml +++ b/reference/filesystem/functions/copy.xml @@ -1,5 +1,5 @@ - + copy @@ -12,6 +12,7 @@ boolcopy stringsource stringdest + resourcecontext Makes a copy of the file source to @@ -49,6 +50,16 @@ + + context + + + A valid context resource created with + stream_context_create. If you don't need to use a + custom context, you can skip this parameter by &null;. + + + @@ -72,6 +83,12 @@ + + 5.0.0 + + Added context support. + + 4.3.0