Searched refs:to_xml_datetime_ex (Results 1 – 1 of 1) sorted by relevance
/PHP-5.3/ext/soap/ |
H A D | php_encoding.c | 63 static xmlNodePtr to_xml_datetime_ex(encodeTypePtr type, zval *data, char *format, int style, xmlNo… 3005 static xmlNodePtr to_xml_datetime_ex(encodeTypePtr type, zval *data, char *format, int style, xmlNo… in to_xml_datetime_ex() function 3077 return to_xml_datetime_ex(type, data, "%Y-%m-%dT%H:%M:%S", style, parent); in to_xml_datetime() 3083 return to_xml_datetime_ex(type, data, "%H:%M:%S", style, parent); in to_xml_time() 3088 return to_xml_datetime_ex(type, data, "%Y-%m-%d", style, parent); in to_xml_date() 3093 return to_xml_datetime_ex(type, data, "%Y-%m", style, parent); in to_xml_gyearmonth() 3098 return to_xml_datetime_ex(type, data, "%Y", style, parent); in to_xml_gyear() 3103 return to_xml_datetime_ex(type, data, "--%m-%d", style, parent); in to_xml_gmonthday() 3108 return to_xml_datetime_ex(type, data, "---%d", style, parent); in to_xml_gday() 3113 return to_xml_datetime_ex(type, data, "--%m--", style, parent); in to_xml_gmonth()
|
Completed in 14 milliseconds