Сегодня: 18:12:2025 Доброй вам ночи!

I live ExBB and CMS Limbo!  I live ExBB and CMS Limbo!
Логин :
Пароль :
Регистрация?  Забыли пароль? 
 

Страниц (117): В начало « ... 45 46 47 48 [49] 50 51 52 53 ... » В конец

> Найдено сообщений: 1165
NordWest Отправлено: 19 марта 2017 — 12:58 • Тема: Назначение файлов • Форум: SMF Community

Ответов: 99
Просмотров: 55914
DbSearch-sqlite.php - Contains functions for handling search-related functionality in SQLite

db_search_init', 'Adds the functions from the "DbSearch" file to the $smcFunc array if they aren\'t already there. Specifically, it adds db_search_query, db_search_support, db_create_word_search. Also adds db_support_ignore, which is a variable indicating whether or not the.
smf_db_create_word_search', 'Creates the custom word index table.
smf_db_insert_sql', 'Returns the appropriate "INSERT" statement(s) to insert the current data for this table.
smf_db_search_query', 'Returns the appropriate query for the particular database type.
smf_db_search_support', 'Tells SMF whether or not a particular search method is supported by the current db type.
NordWest Отправлено: 19 марта 2017 — 12:58 • Тема: Назначение файлов • Форум: SMF Community

Ответов: 99
Просмотров: 55914
DbSearch-postgresql.php - Contains functions needed for handling search-related functionality in PostgreSQL.

db_search_init', 'Adds the functions from the "DbSearch" file to the $smcFunc array if they aren\'t already there. Specifically, it adds db_search_query, db_search_support, db_create_word_search. Also adds db_support_ignore, which is a variable indicating whether or not the.
smf_db_create_word_search', 'Creates the custom word index table.
smf_db_search_query', 'Returns the appropriate query for the particular database type.
smf_db_search_support', 'Tells SMF whether or not a particular search method is supported by the current db type.
NordWest Отправлено: 19 марта 2017 — 12:58 • Тема: Назначение файлов • Форум: SMF Community

Ответов: 99
Просмотров: 55914
DbSearch-mysql.php - Contains functions for handling various search-related functions.


db_search_init', 'Adds the functions from the "DbSearch" file to the $smcFunc array if they aren\'t already there. Specifically, it adds db_search_query, db_search_support, db_create_word_search. Also adds db_support_ignore, which is a variable indicating whether or not the.
smf_db_create_word_search', 'Creates the custom word index table.
smf_db_search_support', 'Tells SMF whether or not a particular search method is supported by the current db type.
NordWest Отправлено: 19 марта 2017 — 12:56 • Тема: Назначение файлов • Форум: SMF Community

Ответов: 99
Просмотров: 55914
DbPackages-sqlite.php - This file contains functions specifically designed to be utilized by packages. This file is used for SQLite databases.

dbpackages_init', 'Loads the numerous functions in this file into $smcFunc if they aren\'t already there.
smf_db_add_column', 'Adds a column to a table.
smf_db_add_index', 'Adds an index to the specified table.
smf_db_alter_table', 'Emulates the "ALTER TABLE" functionality for SQLite 2.x, which doesn\'t include this.
smf_db_calculate_type', 'Determines the correct column type and size based on the given parameters.
smf_db_change_column', 'Changes a column.
smf_db_create_table', 'Creates a table with the specified column(s), index(es), etc.
smf_db_drop_table', 'Drops the specified table.
smf_db_list_columns', 'Returns information about all the columns in a table.
smf_db_list_indexes', 'Returns information about the indexes in a table.
smf_db_remove_column', 'Drops the specified column from the specified table.
smf_db_remove_index', 'Removes the specified index.
smf_db_table_structure', 'Gets and returns information about the structure of the specified table.
NordWest Отправлено: 19 марта 2017 — 12:47 • Тема: Назначение файлов • Форум: SMF Community

Ответов: 99
Просмотров: 55914
DbPackages-postgresql.php - This file contains functions specifically designed to be utilized by packages. This file is used for PostgreSQL databases.

dbpackages_init', 'Loads the numerous functions in this file into $smcFunc if they aren\'t already there.
smf_db_add_column', 'Adds a column to a table.
smf_db_add_index', 'Adds an index to the specified table.
smf_db_calculate_type', 'Determines the correct column type and size based on the given parameters.
smf_db_change_column', 'Changes a column.
smf_db_create_table', 'Creates a table with the specified column(s), index(es), etc.
smf_db_drop_table', 'Drops the specified table.
smf_db_list_columns', 'Returns information about all the columns in a table.
smf_db_list_indexes', 'Returns information about the indexes in a table.
smf_db_remove_column', 'Drops the specified column from the specified table.
smf_db_remove_index', 'Removes the specified index.
smf_db_table_structure', 'Gets and returns information about the structure of the specified table.
NordWest Отправлено: 19 марта 2017 — 12:43 • Тема: Назначение файлов • Форум: SMF Community

Ответов: 99
Просмотров: 55914
DbPackages-mysql.php - This file contains functions specifically designed to be utilized by packages. This file is used for MySQL databases.

dbpackages_init', 'Loads the numerous functions in this file into $smcFunc if they aren\'t already there.
smf_db_add_column', 'Adds a column to a table.
smf_db_add_index', 'Adds an index to the specified table.
smf_db_calculate_type', 'Determines the correct column type and size based on the given parameters.
smf_db_change_column', 'Changes a column.
smf_db_create_table', 'Creates a table with the specified column(s), index(es), etc.
smf_db_drop_table', 'Drops the specified table.
smf_db_list_columns', 'Returns information about all the columns in a table.
smf_db_list_indexes', 'Returns information about the indexes in a table.
smf_db_remove_column', 'Drops the specified column from the specified table.
smf_db_remove_index', 'Removes the specified index.
smf_db_table_structure', 'Gets and returns information about the structure of the specified table.
NordWest Отправлено: 19 марта 2017 — 12:39 • Тема: Назначение файлов • Форум: SMF Community

Ответов: 99
Просмотров: 55914
DbExtra-sqlite.php - This file contains rarely used extended database functionality. The functions in this file are used for SQLite

db_extra_init', 'Adds the following functions to $smcFunc: db_backup_table, db_optimize_table, db_insert_sql, db_table_sql, db_list_tables and db_get_version.
smf_db_backup_table', 'Creates a backup of a table with the specified name.
smf_db_get_backup', 'Returns a gzipped copy of the database file.
smf_db_get_version', 'A simple function to get and return the database version.
smf_db_list_tables', 'Fetches a list of tables in the database.
smf_db_optimize_table', 'Attempts to optimize the specified table.
smf_db_table_sql', 'Gets the appropriate "CREATE" statement for the specified table.
NordWest Отправлено: 19 марта 2017 — 12:36 • Тема: Назначение файлов • Форум: SMF Community

Ответов: 99
Просмотров: 55914
DbExtra-postgresql.php - This file contains rarely used extended database functionality. Most of the functions in this file deal with creating database dumps. The functions in this file are only used for PostgreSQL.

db_extra_init', 'Adds the following functions to $smcFunc: db_backup_table, db_optimize_table, db_insert_sql, db_table_sql, db_list_tables and db_get_version.
smf_db_backup_table', 'Creates a backup of a table with the specified name.
smf_db_get_version', 'A simple function to get and return the database version.
smf_db_insert_sql', 'Returns the appropriate "INSERT" statement(s) to insert the current data for this table.
smf_db_list_tables', 'Fetches a list of tables in the database.
smf_db_optimize_table', 'Attempts to optimize the specified table.
smf_db_table_sql', 'Gets the appropriate "CREATE" statement for the specified table.
NordWest Отправлено: 19 марта 2017 — 12:32 • Тема: Назначение файлов • Форум: SMF Community

Ответов: 99
Просмотров: 55914
DbExtra-mysql.php - This file contains rarely used extended database functionality. Most of the functions in this file deal with creating database dumps. The functions in this file are only used for MySQL.

db_extra_init', 'Adds the following functions to $smcFunc: db_backup_table, db_optimize_table, db_insert_sql, db_table_sql, db_list_tables and db_get_version.
smf_db_backup_table', 'Creates a backup of a table with the specified name.
smf_db_get_version', 'A simple function to get and return the database version.
smf_db_insert_sql', 'Returns the appropriate "INSERT" statement(s) to insert the current data for this table.
smf_db_list_tables', 'Fetches a list of tables in the database.
smf_db_optimize_table', 'Attempts to optimize the specified table.
smf_db_table_sql', 'Gets the appropriate "CREATE" statement for the specified table.
NordWest Отправлено: 19 марта 2017 — 12:01 • Тема: Назначение файлов • Форум: SMF Community

Ответов: 99
Просмотров: 55914
Class-Package.php - Contains the ftp_connection and xmlArray classes. The ftp_connection class contains functions for FTP-related file management, while the xmlArray class is a simple XML DOM parser. Both classes were located in Subs-Packages.php in previous versions of SMF. Note: The xmlArray functions documented here are the only ones that can be called from outside the class.

ftp_connection', 'Constructor for the ftp_connection class.
ftp_connection::chdir', 'Changes to the specified directory, if possible.
ftp_connection::check_response', 'Checks to see if the desired response code was returned.
ftp_connection::chmod', 'Chmods the specified file to the specified value.
ftp_connection::close', 'Closes the current FTP connection.
ftp_connection::connect', 'Called by ftp_connection to open a new connection.
ftp_connection::create_dir', 'Create a new directory with the specified name.
ftp_connection::create_file', 'Attempts to create the specified file.
ftp_connection::detect_path', 'Two purposes - attempts to detect the path for FTP (and your username if you\'re on cPanel) and also attempts to detect the path to the specified file if an FTP connection is available.
ftp_connection::list_dir', 'Retrieves a directory listing for the specified directory.
ftp_connection::locate', 'Attempts to locate the specified file or directory.
ftp_connection::passive', 'Attempts to establish a passive connection to the FTP server.
ftp_connection::unlink', 'Deletes the specified file from the server.
xmlArray', 'Creates a new xmlArray object, which is an simple xml dom parser.
xmlArray::count', 'Returns the number of elements the path matches.
xmlArray::create_xml', 'Creates an xml file from an xmlArray.
xmlArray::exists', 'Returns whether the specified path matches at least one element.
xmlArray::fetch', 'Retrieves the textual value of the specified path.
xmlArray::name', 'Returns the name of the current element, usually \'\' (empty string).
xmlArray::path', 'Finds any elements that match the path specified.
xmlArray::set', 'Returns an array of xmlArray\'s matching the specified path.
xmlArray::to_array', 'Outputs the XML in array format.

Страниц (117): В начало « ... 45 46 47 48 [49] 50 51 52 53 ... » В конец

Powered by ExBB v1.1.180311