From 24f13612f5e6e1383d30abecdf5034893033f7d8 Mon Sep 17 00:00:00 2001 From: Popa Adrian Marius Date: Fri, 8 Mar 2013 15:20:29 +0000 Subject: [PATCH] ibase_timefmt has been removed from PHP 5.0 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329709 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/ibase/functions/ibase-timefmt.xml | 108 -------------------- reference/ibase/versions.xml | 1 - 2 files changed, 109 deletions(-) delete mode 100644 reference/ibase/functions/ibase-timefmt.xml diff --git a/reference/ibase/functions/ibase-timefmt.xml b/reference/ibase/functions/ibase-timefmt.xml deleted file mode 100644 index 512b774acd..0000000000 --- a/reference/ibase/functions/ibase-timefmt.xml +++ /dev/null @@ -1,108 +0,0 @@ - - - - - ibase_timefmt - Sets the format of timestamp, date and time type columns returned from queries - - - - &reftitle.description; - - boolibase_timefmt - stringformat - intcolumntypeIBASE_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. - - - - This function has been removed from PHP 5, use - ini_set instead. - - - - - - &reftitle.parameters; - - - - format - - - Internally, the columns are formatted by c-function strftime(), so - refer to its documentation regarding to the format of the string. - - - - - columntype - - - columntype is one of the constants - IBASE_TIMESTAMP, IBASE_DATE - and IBASE_TIME. If omitted, defaults to - IBASE_TIMESTAMP for backwards compatibility. - - - - - - - - - &reftitle.returnvalues; - - &return.success; - - - - - &reftitle.examples; - - - <function>ibase_timefmt</function> example - - -]]> - - - - - - - - diff --git a/reference/ibase/versions.xml b/reference/ibase/versions.xml index b9d12e6884..ca83e586da 100644 --- a/reference/ibase/versions.xml +++ b/reference/ibase/versions.xml @@ -51,7 +51,6 @@ -