|
ibase_timefmt(PHP 4) ibase_timefmt — Sets the format of timestamp, date and time type columns returned from queries Описание
bool ibase_timefmt
( string $format
[, int $columntype = IBASE_TIMESTAMP
] )
Sets the format of timestamp, date or time type columns returned from queries. You can set defaults for these formats with the PHP configuration directives ibase.timestampformat, ibase.dateformat and ibase.timeformat.
Список параметров
Возвращаемые значенияВозвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки. Примеры
Пример #1 ibase_timefmt() example
<?php |
|