Searched defs:date_format (Results 1 - 3 of 3) sorted by relevance
| /PHP_TRUNK/ext/pdo_firebird/ |
| H A D | php_pdo_firebird_int.h | 81 char *date_format; member in struct:__anon150
|
| /PHP_TRUNK/ext/date/ |
| H A D | php_date.h | 60 PHP_FUNCTION(date_format); variable
|
| H A D | php_date.c | 408 PHP_FE(date_format, arginfo_date_format) 463 PHP_ME_MAPPING(format, date_format, arginfo_date_method_format, 0) 485 PHP_ME_MAPPING(format, date_format, arginfo_date_method_format, 0) 1040 /* {{{ date_format - (gm)date helper */ 1041 static char *date_format(char *format, int format_len, timelib_time *t, int localtime) function 1237 string = date_format(format, format_len, t, localtime); 2193 ZVAL_STRING(zv, date_format("Y-m-d H:i:s", 12, dateobj->time, 1), 0); 2998 /* {{{ proto string date_format(DateTimeInterface object, string format) 3001 PHP_FUNCTION(date_format) 3013 RETURN_STRING(date_format(forma [all...] |
Completed in 9 milliseconds