Issue #2084535 by sivaji: Remove incorrect line from file_copy docs
parent
021452d617
commit
294d4ef983
|
@ -598,8 +598,6 @@ function file_valid_uri($uri) {
|
||||||
* This is a powerful function that in many ways performs like an advanced
|
* This is a powerful function that in many ways performs like an advanced
|
||||||
* version of copy().
|
* version of copy().
|
||||||
* - Checks if $source and $destination are valid and readable/writable.
|
* - Checks if $source and $destination are valid and readable/writable.
|
||||||
* - Checks that $source is not equal to $destination; if they are an error
|
|
||||||
* is reported.
|
|
||||||
* - If file already exists in $destination either the call will error out,
|
* - If file already exists in $destination either the call will error out,
|
||||||
* replace the file or rename the file based on the $replace parameter.
|
* replace the file or rename the file based on the $replace parameter.
|
||||||
* - If the $source and $destination are equal, the behavior depends on the
|
* - If the $source and $destination are equal, the behavior depends on the
|
||||||
|
|
Loading…
Reference in New Issue