php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
formatter_format.h File Reference
#include <php.h>

Go to the source code of this file.

Macros

#define FORMAT_TYPE_DEFAULT   0
 
#define FORMAT_TYPE_INT32   1
 
#define FORMAT_TYPE_INT64   2
 
#define FORMAT_TYPE_DOUBLE   3
 
#define FORMAT_TYPE_CURRENCY   4
 

Macro Definition Documentation

◆ FORMAT_TYPE_CURRENCY

#define FORMAT_TYPE_CURRENCY   4

Definition at line 24 of file formatter_format.h.

◆ FORMAT_TYPE_DEFAULT

#define FORMAT_TYPE_DEFAULT   0

Definition at line 20 of file formatter_format.h.

◆ FORMAT_TYPE_DOUBLE

#define FORMAT_TYPE_DOUBLE   3

Definition at line 23 of file formatter_format.h.

◆ FORMAT_TYPE_INT32

#define FORMAT_TYPE_INT32   1

Definition at line 21 of file formatter_format.h.

◆ FORMAT_TYPE_INT64

#define FORMAT_TYPE_INT64   2

Definition at line 22 of file formatter_format.h.