Searched defs:date_format (Results 1 - 3 of 3) sorted by relevance
| /PHP_5_3/ext/pdo_firebird/ |
| H A D | php_pdo_firebird_int.h | 81 char *date_format; member in struct:__anon132
|
| /PHP_5_3/ext/date/ |
| H A D | php_date.c | 406 PHP_FE(date_format, arginfo_date_format) 451 PHP_ME_MAPPING(format, date_format, arginfo_date_method_format, 0) 1033 /* {{{ date_format - (gm)date helper */ 1034 static char *date_format(char *format, int format_len, timelib_time *t, int localtime) function 1226 string = date_format(format, format_len, t, localtime); 2140 ZVAL_STRING(zv, date_format("Y-m-d H:i:s", 12, dateobj->time, 1), 0); 2807 /* {{{ proto string date_format(DateTime object, string format) 2810 PHP_FUNCTION(date_format) 2822 RETURN_STRING(date_format(format, format_len, dateobj->time, dateobj->time->is_localtime), 0);
|
| H A D | php_date.h | 58 PHP_FUNCTION(date_format); variable
|
Completed in 10 milliseconds