Home
last modified time | relevance | path

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

/PHP-8.4/ext/date/
H A Dphp_date.h137 PHPAPI int php_idate(char format, time_t ts, bool localtime);
H A Dphp_date.c901 PHPAPI int php_idate(char format, time_t ts, bool localtime) in php_idate() function
1035 ret = php_idate(ZSTR_VAL(format)[0], ts, 0); in PHP_FUNCTION()

Completed in 34 milliseconds