php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
dateformat_helpers.h File Reference
#include <unicode/calendar.h>
#include <unicode/datefmt.h>
#include "../php_intl.h"

Go to the source code of this file.

Functions

int datefmt_process_calendar_arg (zend_object *calendar_obj, zend_long calendar_long, bool calendar_is_null, Locale const &locale, const char *func_name, intl_error *err, Calendar *&cal, zend_long &cal_int_type, bool &calendar_owned)
 

Function Documentation

◆ datefmt_process_calendar_arg()

int datefmt_process_calendar_arg ( zend_object * calendar_obj,
zend_long calendar_long,
bool calendar_is_null,
Locale const & locale,
const char * func_name,
intl_error * err,
Calendar *& cal,
zend_long & cal_int_type,
bool & calendar_owned )