Home
last modified time | relevance | path

Searched refs:php_idate (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/date/
H A Dphp_date.h137 PHPAPI int php_idate(char format, time_t ts, bool localtime);
H A Dphp_date.c899 PHPAPI int php_idate(char format, time_t ts, bool localtime) in php_idate() function
1033 ret = php_idate(ZSTR_VAL(format)[0], ts, 0); in PHP_FUNCTION()

Completed in 32 milliseconds