Войти в систему
Главная
О проекте
Информация
Обратная связь
Текущие заказы
Регистрация
Оглавление
/ FrontBase
Поиск функции:
Разделы:
Выберите раздел
Оглавление
Руководство по PHP
Авторские права
Предисловие
Приступая к работе
Введение
Краткое руководство
Установка и настройка
Общие инструкции по установке
Установка на Unix системы
Installation on Mac OS X
Installation on Windows systems
Installation of PECL extensions
Проблемы?
Runtime Configuration
Справочник языка
Основы синтаксиса
Типы
Переменные
Константы
Выражения
Операторы
Control Structures
Функции
Classes and Objects (PHP 4)
Классы и объекты (PHP 5)
Пространства имён
Исключения
Ссылки. Разъяснения
Безопасность
Вступление
Общие рассуждения
Если PHP установлен как CGI
Если PHP установлен как модуль Apache
Безопасность файловой системы
Безопасность баз данных
Сообщения об ошибках
Использование глобальных переменных
Данные, введенные пользователем
Magic Quotes
Сокрытие PHP
Необходимость обновлений
Отличительные особенности
HTTP-Аутентификация в PHP
Cookies
Sessions
Работа с XForms
Загрузка файлов на сервер
Работа с удаленными файлами
Работа с соединениями
Постоянные соединения с базами данных
Защищенный режим
Использование PHP в командной строке
Справочник функций
Variable and Type Related Extensions
Text Processing
Affecting PHP's Behaviour
Session Extensions
Other Basic Extensions
Database Extensions
XML Manipulation
Web Services
Credit Card Processing
Mathematical Extensions
Cryptography Extensions
Human Language and Character Encoding Support
File System Related Extensions
Process Control Extensions
Mail Related Extensions
Authentication Services
Other Services
Compression Extensions
Calendar and Event Related Extensions
Non-Text MIME Output
Image Processing and Generation
Audio Formats Manipulation
Command Line Specific Extensions
Windows Only Extensions
Server Specific Extensions
PHP at the Core: A Hacker's Guide to the Zend Engine
Preface
The "counter" Extension - A Continuing Example
The PHP 5 build system
Extension structure
Memory management
Working with variables
Writing functions
Working with classes and objects
Working with resources
Working with INI settings
Working with streams
PDO Driver How-To
Extension FAQs
Zend Engine 2 API reference
Zend Engine 1
The future: PHP 6 and Zend Engine 3
ЧАВО
Общая Информация
Списки рассылки
Получение PHP
Вопросы по Базам Данных
Установка
Проблемы Сборки
Использование PHP
PHP и HTML
PHP и COM
PHP и другие языки
Переход из PHP 4 в PHP 5
Разные вопросы
Appendices
История PHP и смежных проектов
Migrating from PHP 5.1.x to PHP 5.2.x
Migrating from PHP 5.0.x to PHP 5.1.x
Миграция с PHP 4 на PHP 5
Отладка PHP
Configure options
Директивы php.ini
List of Supported Timezones
Extension Categorization
Список псевдонимов функций
List of Reserved Words
List of Resource Types
List of Supported Protocols/Wrappers
Список доступных фильтров
Список поддерживаемых транспортных протоколов
Таблица сравнения типов в PHP
List of Parser Tokens
Userland Naming Guide
Об этом руководстве
Open Publication License
Список функций
Что отсутствует в этом руководстве
dbplus_xunlockrel
Введение
Vendor Specific Database Extensions
FrontBase
Введение
Installing/Configuring
Установка
Настройка во время выполнения
Типы ресурсов
Предопределенные константы
FrontBase Функции
fbsql_affected_rows
— Get number of affected rows in previous FrontBase operation
fbsql_autocommit
— Enable or disable autocommit
fbsql_blob_size
— Get the size of a BLOB
fbsql_change_user
— Change logged in user of the active connection
fbsql_clob_size
— Get the size of a CLOB
fbsql_close
— Close FrontBase connection
fbsql_commit
— Commits a transaction to the database
fbsql_connect
— Open a connection to a FrontBase Server
fbsql_create_blob
— Create a BLOB
fbsql_create_clob
— Create a CLOB
fbsql_create_db
— Create a FrontBase database
fbsql_data_seek
— Move internal result pointer
fbsql_database_password
— Sets or retrieves the password for a FrontBase database
fbsql_database
— Get or set the database name used with a connection
fbsql_db_query
— Send a FrontBase query
fbsql_db_status
— Get the status for a given database
fbsql_drop_db
— Drop (delete) a FrontBase database
fbsql_errno
— Returns the error number from previous operation
fbsql_error
— Returns the error message from previous operation
fbsql_fetch_array
— Fetch a result row as an associative array, a numeric array, or both
fbsql_fetch_assoc
— Fetch a result row as an associative array
fbsql_fetch_field
— Get column information from a result and return as an object
fbsql_fetch_lengths
— Get the length of each output in a result
fbsql_fetch_object
— Fetch a result row as an object
fbsql_fetch_row
— Get a result row as an enumerated array
fbsql_field_flags
— Get the flags associated with the specified field in a result
fbsql_field_len
— Returns the length of the specified field
fbsql_field_name
— Get the name of the specified field in a result
fbsql_field_seek
— Set result pointer to a specified field offset
fbsql_field_table
— Get name of the table the specified field is in
fbsql_field_type
— Get the type of the specified field in a result
fbsql_free_result
— Free result memory
fbsql_get_autostart_info
— Описание
fbsql_hostname
— Get or set the host name used with a connection
fbsql_insert_id
— Get the id generated from the previous INSERT operation
fbsql_list_dbs
— List databases available on a FrontBase server
fbsql_list_fields
— List FrontBase result fields
fbsql_list_tables
— List tables in a FrontBase database
fbsql_next_result
— Move the internal result pointer to the next result
fbsql_num_fields
— Get number of fields in result
fbsql_num_rows
— Get number of rows in result
fbsql_password
— Get or set the user password used with a connection
fbsql_pconnect
— Open a persistent connection to a FrontBase Server
fbsql_query
— Send a FrontBase query
fbsql_read_blob
— Read a BLOB from the database
fbsql_read_clob
— Read a CLOB from the database
fbsql_result
— Get result data
fbsql_rollback
— Rollback a transaction to the database
fbsql_rows_fetched
— Get the number of rows affected by the last statement
fbsql_select_db
— Select a FrontBase database
fbsql_set_characterset
— Change input/output character set
fbsql_set_lob_mode
— Set the LOB retrieve mode for a FrontBase result set
fbsql_set_password
— Change the password for a given user
fbsql_set_transaction
— Set the transaction locking and isolation
fbsql_start_db
— Start a database on local or remote server
fbsql_stop_db
— Stop a database on local or remote server
fbsql_table_name
— Get table name of field
fbsql_tablename
— Alias of of fbsql_table_name
fbsql_username
— Get or set the username for the connection
fbsql_warnings
— Enable or disable FrontBase warnings
dbplus_xunlockrel
Введение
Vendor Specific Database Extensions
© 2008-2010 inPHP.org
Главная
|
О проекте inPHP.org
|
Правила сервиса
|
Частые вопросы
|
Информация
|
Обратная связь