API17:JStream::copy
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JStream::copy
Description
Copy a file from src to dest.
Description:JStream::copy [Edit Descripton]
Since
Synopsis
public JStream::copy ($src, $dest, $context=null, $use_prefix=true, $relative=false)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $src | string | ||
| $dest | string | ||
| $context | $context | null | |
| $use_prefix | boolean | true | $user_prefix |
| $relative | boolean | false | $relative |
Returns
mixed
Defined in
libraries/joomla/filesystem/stream.php (line 1031)
- see source code in BitBucket
Referenced by
See also
Examples
<CodeExamplesForm />
