| drupal_set_message | drupal/includes/bootstrap.inc | Set a message which reflects the status of the performed operation. |
| drupal_set_message | drupal/includes/bootstrap.inc | Set a message which reflects the status of the performed operation. |
| file_copy | drupal/includes/file.inc | Copies a file to a new location. This is a powerful function that in many ways
performs like an advanced version of copy().
Checks if $source and $dest are valid and readable/writable.
Performs a file copy if $source is not equal to $dest.
If file... |
| file_copy | drupal/includes/file.inc | Copies a file to a new location. This is a powerful function that in many ways
performs like an advanced version of copy().
Checks if $source and $dest are valid and readable/writable.
Performs a file copy if $source is not equal to $dest.
If file... |
| file_delete | drupal/includes/file.inc | Delete a file. |
| file_delete | drupal/includes/file.inc | Delete a file. |
| file_move | drupal/includes/file.inc | Moves a file to a new location.
Checks if $source and $dest are valid and readable/writable.
Performs a file move if $source is not equal to $dest.
If file already exists in $dest either the call will error out, replace the
file or rename the file... |
| t | drupal/includes/common.inc | Translate strings to the current locale. |
| t | drupal/includes/common.inc | Translate strings to the current locale. |