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

#include <php_date.h>

Data Fields

timelib_rel_timediff
 
int civil_or_wall
 
bool from_string
 
zend_stringdate_string
 
bool initialized
 
zend_object std
 

Detailed Description

Definition at line 89 of file php_date.h.

Field Documentation

◆ civil_or_wall

int _php_interval_obj::civil_or_wall

Definition at line 91 of file php_date.h.

◆ date_string

zend_string* _php_interval_obj::date_string

Definition at line 93 of file php_date.h.

◆ diff

timelib_rel_time* _php_interval_obj::diff

Definition at line 90 of file php_date.h.

◆ from_string

bool _php_interval_obj::from_string

Definition at line 92 of file php_date.h.

◆ initialized

bool _php_interval_obj::initialized

Definition at line 94 of file php_date.h.

◆ std

zend_object _php_interval_obj::std

Definition at line 95 of file php_date.h.


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