php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
_php_period_obj Struct Reference

#include <php_date.h>

Data Fields

timelib_timestart
 
zend_class_entrystart_ce
 
timelib_timecurrent
 
timelib_timeend
 
timelib_rel_timeinterval
 
int recurrences
 
bool initialized
 
bool include_start_date
 
bool include_end_date
 
zend_object std
 

Detailed Description

Definition at line 104 of file php_date.h.

Field Documentation

◆ current

timelib_time* _php_period_obj::current

Definition at line 107 of file php_date.h.

◆ end

timelib_time* _php_period_obj::end

Definition at line 108 of file php_date.h.

◆ include_end_date

bool _php_period_obj::include_end_date

Definition at line 113 of file php_date.h.

◆ include_start_date

bool _php_period_obj::include_start_date

Definition at line 112 of file php_date.h.

◆ initialized

bool _php_period_obj::initialized

Definition at line 111 of file php_date.h.

◆ interval

timelib_rel_time* _php_period_obj::interval

Definition at line 109 of file php_date.h.

◆ recurrences

int _php_period_obj::recurrences

Definition at line 110 of file php_date.h.

◆ start

timelib_time* _php_period_obj::start

Definition at line 105 of file php_date.h.

◆ start_ce

zend_class_entry* _php_period_obj::start_ce

Definition at line 106 of file php_date.h.

◆ std

zend_object _php_period_obj::std

Definition at line 114 of file php_date.h.


The documentation for this struct was generated from the following file: