Go to the source code of this file.
Functions | |
mysqlfs_add_file ($dir_id, $file_name, $file_store_as_name, $db) | |
mysqlfs_show_dir_tree ($dir_id) | |
mysqlfs_show_fs_tree () | |
mysqlfs_show_form_add_file ($action, $dir_id) | |
get_arr_index ($arr, $index) | |
common_translate_national_chars ($str) | |
mysqlfs_get_file ($file_id) | |
mysqlfs_add_dir ($parent_dir_id, $new_dir_name) | |
mysqlfs_delete_dir ($dir_id) | |
mysqlfs_delete_file ($file_id) |
Definition in file mysqlfs.php.
mysqlfs_add_file | ( | $ | dir_id, | |
$ | file_name, | |||
$ | file_store_as_name, | |||
$ | db | |||
) |
Add a file present in filesystem on server where mysql database engine is running to mysql database...
int | $dir_id id of | |
string | $file_name relative or absolute path to file present in filesystem of machine, where mysql server is running. | |
databaseobject | $db database object | |
string | $file_store_as_name name of file we want to store file in fs |
Definition at line 23 of file mysqlfs.php.