Re: Get Extension in Bytea Type

Поиск
Список
Период
Сортировка
От Chris
Тема Re: Get Extension in Bytea Type
Дата
Msg-id 465B716F.10506@gmail.com
обсуждение исходный текст
Ответ на Get Extension in Bytea Type  (Junior <sktjuniors@gmail.com>)
Список pgsql-php
Junior wrote:
> Hi, I need get the extension in bytea type, my web system save in
> database one file, the file can be many extensions, i need get de
> extension from this file for the users can download this file..

If you're not saving the filename you'll have to resort to saving the
file & then using something like:

exec('file /path/to/file', $out);
print_r($out);


to work it out.

--
Postgresql & php tutorials
http://www.designmagick.com/

В списке pgsql-php по дате отправления:

Предыдущее
От: Junior
Дата:
Сообщение: Get Extension in Bytea Type
Следующее
От: 李彦 Ian Li
Дата:
Сообщение: [newbie] How to do "batch insert"?