Функции

Хочешь помочь с переводом? Это очень просто и быстро. Лишь зарегистрируйся, и можешь тут же начать переводить.
ИмяОписание
expand_checkboxes
includes/form.inc
expand_date
includes/form.inc
Roll out a single date element.
expand_hidden_array
developer/examples/multipage_form_example.module
expand_password_confirm
includes/form.inc
Expand a password_confirm field into two text boxes.
expand_radios
includes/form.inc
Превращает элемент radios («список переключателей») в список еденичных элементов radio («переключатель»).
fileupload_access
developer/examples/fileupload.module
Implementation of hook_access.
fileupload_delete
developer/examples/fileupload.module
Реализация hook_delete().
fileupload_file_download
developer/examples/fileupload.module
Implementation of hook_file_download.
fileupload_form
developer/examples/fileupload.module
Реализация hook_form().
fileupload_help
developer/examples/fileupload.module
Implementation of hook_help.
fileupload_insert
developer/examples/fileupload.module
Implementation of hook_insert().
fileupload_load
developer/examples/fileupload.module
Implementation of hook_load().
fileupload_menu
developer/examples/fileupload.module
Implementation of hook_menu.
fileupload_node_info
developer/examples/fileupload.module
Implementation of hook_node_info.
fileupload_perm
developer/examples/fileupload.module
Implementation of hook_perm.
fileupload_submit
developer/examples/fileupload.module
Implementation of hook_submit().
fileupload_update
developer/examples/fileupload.module
Implementation of hook_update().
fileupload_validate
developer/examples/fileupload.module
Implementation of hook_validate().
fileupload_view
developer/examples/fileupload.module
Implementation of hook_view.
file_check_directory
includes/file.inc
Проверка каталога на существование и доступность для записи.
file_check_location
includes/file.inc
Проверяет действительно ли файл существует внутри папки $directory. Следует применять для проверки реального существавания файла во избежание уязвимостей
file_check_path
includes/file.inc
Checks path to see if it is a directory, or a dir/file.
file_check_upload
includes/file.inc
Verify an uploaded file.
file_copy
includes/file.inc
Копирует файл из одного места в другое. Эта мощная функция работает как расширенная версия функции copy(). Непосредственно перед копированием проверяет правильность $source и $dest и возможность чтения/записи. Копирование файла происходить только если $source и $dest не равны.
file_create_filename
includes/file.inc
Create a full file path from a directory and filename. If a file with the specified name already exists, an alternative will be used.
file_create_path
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_url
includes/file.inc
Формирует путь для скачивания файла.
file_delete
includes/file.inc
Удаляет файл.
file_directory_path
includes/file.inc
Определяет адрес по умолчанию для папки 'files' (папка хранения файлов, загруженных пользователями и т.п.)
file_directory_temp
includes/file.inc
Определеляет папку по умолчанию для хранения временных файлов.
file_download
includes/file.inc
file_get_mimetype
includes/file.inc
Determine an Internet Media Type, or MIME type from a filename.
file_move
includes/file.inc
Перемещает файл в новое место.
file_save_data
includes/file.inc
Save a string to the specified destination.
file_save_upload
includes/file.inc
Saves a file upload to a new location. The source file is validated as a proper upload and handled as such.
file_scan_directory
includes/file.inc
Finds all files that match a given mask in a given directory. Directories and files beginning with a period are excluded; this prevents hidden files and directories (such as SVN working directories) from being scanned.
file_transfer
includes/file.inc
Transfer file using http to client. Pipes a file through Drupal to the client.
file_upload_max_size
includes/file.inc
Определяет максимальный размер загружаемого файла из настроект PHP
filter_access
modules/filter/filter.module
Returns TRUE if the user is allowed to access this format.
filter_admin_configure
modules/filter/filter.module
Menu callback; display settings defined by filters.
filter_admin_configure_submit
modules/filter/filter.module
Clear the filter's cache when configuration settings are saved.
filter_admin_delete
modules/filter/filter.module
Menu callback; confirm deletion of a format.
filter_admin_delete_submit
modules/filter/filter.module
Process filter delete form submission.
filter_admin_format_form
modules/filter/filter.module
Generate a filter format form.
filter_admin_format_form_submit
modules/filter/filter.module
Process filter format form submissions.
filter_admin_format_form_validate
modules/filter/filter.module
Validate filter format form submissions.
filter_admin_order
modules/filter/filter.module
Menu callback; display form for ordering filters for a format.
filter_admin_order_submit
modules/filter/filter.module
Process filter order configuration form submission.
filter_admin_overview
modules/filter/filter.module
Displays a list of all input formats and which one is the default
filter_admin_overview_submit
modules/filter/filter.module

Вход в систему