API17

JStream::copy

From Joomla! Documentation

Revision as of 21:03, 10 May 2013 by JoomlaWikiBot (talk | contribs) (JoomlaWikiBot moved page JStream::copy/11.1 to API17:JStream::copy without leaving a redirect: Robot: Moved page)

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JStream::copy[edit]

Description[edit]

Support operations (copy, move).

Template:Description:JStream::copy [Edit Descripton]

public function 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 on line 1052 of libraries/joomla/filesystem/stream.php
  • Since Joomla 11.1

See also[edit]

Template:SeeAlso:JStream::copy [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />