Home
last modified time | relevance | path

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

/PHP-8.3/ext/date/
H A Dphp_date.h120 PHPAPI int php_idate(char format, time_t ts, bool localtime);
H A Dphp_date.c894 PHPAPI int php_idate(char format, time_t ts, bool localtime) in php_idate() function
1028 ret = php_idate(ZSTR_VAL(format)[0], ts, 0); in PHP_FUNCTION()

Completed in 20 milliseconds