| 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_check_path | drupal/includes/file.inc | Checks path to see if it is a directory, or a dir/file. |
| file_check_path | drupal/includes/file.inc | Checks path to see if it is a directory, or a dir/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_create_path | drupal/includes/file.inc | Make sure the destination is a complete path and resides in the file system
directory, if it is not prepend the file system directory. |
| file_create_path | drupal/includes/file.inc | Make sure the destination is a complete path and resides in the file system
directory, if it is not prepend the file system directory. |
| t | drupal/includes/common.inc | Translate strings to the current locale. |
| t | drupal/includes/common.inc | Translate strings to the current locale. |
| watchdog | drupal/includes/bootstrap.inc | Log a system message. |
| watchdog | drupal/includes/bootstrap.inc | Log a system message. |