php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
cal_unix.c File Reference
#include "php.h"
#include "php_calendar.h"
#include "sdncal.h"
#include <time.h>

Go to the source code of this file.

Macros

#define SECS_PER_DAY   (24 * 3600)
 

Functions

 PHP_FUNCTION (unixtojd)
 
 PHP_FUNCTION (jdtounix)
 

Macro Definition Documentation

◆ SECS_PER_DAY

#define SECS_PER_DAY   (24 * 3600)

Definition at line 24 of file cal_unix.c.

Function Documentation

◆ PHP_FUNCTION() [1/2]

PHP_FUNCTION ( jdtounix )

Definition at line 56 of file cal_unix.c.

◆ PHP_FUNCTION() [2/2]

PHP_FUNCTION ( unixtojd )

Definition at line 27 of file cal_unix.c.