Новые книги

Книга о нарастающих проблемах в области информационных технологий в связи с их прогрессом и сверхоперативным развитием. О том, как обезопасить мир от вредоносного влияния новейших программ и оборудования, где центральной составляющей глобальной ИКТ-отрасли является Интернет.
Windows Server 2012 R2 Pocket Consultant: Storage, Security, & Networking is designed to be a concise and compulsively usable resource for Windows administrators, developers, and programmers, and for anyone else who wants to use the storage, networking, and security features of Windows Server 2012 R2. This is the readable resource guide that you’ll want on your desk or in your pocket at all times. The book discusses everything you need to perform core tasks. Because the focus is directed on providing you with the maximum value in a pocket-sized guide, you don’t have to wade through hundreds of pages of extraneous information to find what you’re looking for. Instead, you’ll find exactly what you need to get the job done.

dbase_open

Учебник РНР
Назад Вперёд

dbase_open

(PHP 3, PHP 4)

dbase_open - открывает БД dBase.

Описание

int dbase_open (string filename, int flags)

Флаги flags соответствуют флагам системного вызова open(). (Обычно 0 означает read-only, 1 означает write-only, в 2 означает read и write.)

Возвращает a dbase_identifier для открытой БД или FALSE, если БД не может быть открыта.

Примечание: если safe mode включён, PHP проверяет, имеют ли файл(ы)/директории, с которыми вы собираетесь работать, тот же самый UID, что и выполняемый скрипт.


Назад Оглавление Вперёд
dbase_numrecords Вверх dbase_pack