Документация PHP


dbase_delete_record

dbase_get_record_with_names

dBase Функции

PHP Manual


dbase_get_header_info

(PHP 5)

dbase_get_header_info — Gets the header info of a database

Описание

array dbase_get_header_info ( int $dbase_identifier )

Returns information on the column structure of the given database link identifier.

Список параметров

dbase_identifier

The database link identifier, returned by dbase_open() or dbase_create().

Возвращаемые значения

An indexed array with an entry for each column in the database. The array index starts at 0.

Each array element contains an associative array of column information, as described here:

name
The name of the column
type
The human-readable name for the dbase type of the column (i.e. date, boolean, etc.)
length
The number of bytes this column can hold
precision
The number of digits of decimal precision for the column
format
A suggested printf() format specifier for the column
offset
The byte offset of the column from the start of the row

If the database header information cannot be read, FALSE is returned.

Примеры

Пример #1 Showing header information for a dBase database file

<?php
// Path to dbase file
$db_path "/tmp/test.dbf";

// Open dbase file
$dbh dbase_open($db_path0)
  or die(
"Error! Could not open dbase database file '$db_path'.");

// Get column information
$column_info dbase_get_header_info($dbh);

// Display information
print_r($column_info);
?>


dbase_delete_record

dbase_get_record_with_names

dBase Функции

PHP Manual

SAPE все усложнил?

MainLink - простая и прибыльная продажа ссылок!

Последние поступления:

Размещена 10 августа 2020 года

Я по ТВ видел, что через 10 лет мы будем жить лучше, чем в Германии...
Я не понял, что это они с Германией сделать хотят?!

читать далее…

ТехЗадание на Землю

Размещена 14 марта 2018 года

Пpоект Genesis (из коpпоpативной пеpеписки)

читать далее…

Шпаргалка по работе с Vim

Размещена 05 декабря 2017 года

Vim довольно мощный редактор, но работа с ним не всегда наглядна.
Например если нужно отредактировать какой-то файл например при помощи crontab, без знания специфики работы с viv никак.

читать далее…

Ошибка: Error: Cannot find a valid baseurl for repo

Размещена 13 сентабря 2017 года

Если возникает ошибка на centos 5 вида
YumRepo Error: All mirror URLs are not using ftp, http[s] or file.
Eg. Invalid release/

читать далее…

Linux Optimization

Размещена 30 июля 2012 года

Prelink

читать далее…