php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <php_date.h>
Data Fields | |
timelib_time * | start |
zend_class_entry * | start_ce |
timelib_time * | current |
timelib_time * | end |
timelib_rel_time * | interval |
int | recurrences |
bool | initialized |
bool | include_start_date |
bool | include_end_date |
zend_object | std |
Definition at line 104 of file php_date.h.
timelib_time* _php_period_obj::current |
Definition at line 107 of file php_date.h.
timelib_time* _php_period_obj::end |
Definition at line 108 of file php_date.h.
bool _php_period_obj::include_end_date |
Definition at line 113 of file php_date.h.
bool _php_period_obj::include_start_date |
Definition at line 112 of file php_date.h.
bool _php_period_obj::initialized |
Definition at line 111 of file php_date.h.
timelib_rel_time* _php_period_obj::interval |
Definition at line 109 of file php_date.h.
int _php_period_obj::recurrences |
Definition at line 110 of file php_date.h.
timelib_time* _php_period_obj::start |
Definition at line 105 of file php_date.h.
zend_class_entry* _php_period_obj::start_ce |
Definition at line 106 of file php_date.h.
zend_object _php_period_obj::std |
Definition at line 114 of file php_date.h.