Issue #1192482 by pillarsdotnet: Fixed docs for drupal_save_data().

8.0.x
webchick 2011-06-22 09:54:26 -07:00
parent a6c8754465
commit 743b895a84
1 changed files with 3 additions and 3 deletions

View File

@ -1753,9 +1753,9 @@ function file_validate_image_resolution(stdClass $file, $maximum_dimensions = 0,
* @param $data * @param $data
* A string containing the contents of the file. * A string containing the contents of the file.
* @param $destination * @param $destination
* A string containing the destination URI. * A string containing the destination URI. This must be a stream wrapper URI.
* This must be a stream wrapper URI. If this value is omitted, Drupal's * If no value is provided, a randomized name will be generated and the file
* default files scheme will be used, usually "public://". * will be saved using Drupal's default files scheme, usually "public://".
* @param $replace * @param $replace
* Replace behavior when the destination file already exists: * Replace behavior when the destination file already exists:
* - FILE_EXISTS_REPLACE - Replace the existing file. If a managed file with * - FILE_EXISTS_REPLACE - Replace the existing file. If a managed file with