|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#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 |
| #define FORMAT_TYPE_CURRENCY 4 |
Definition at line 24 of file formatter_format.h.
| #define FORMAT_TYPE_DEFAULT 0 |
Definition at line 20 of file formatter_format.h.
| #define FORMAT_TYPE_DOUBLE 3 |
Definition at line 23 of file formatter_format.h.
| #define FORMAT_TYPE_INT32 1 |
Definition at line 21 of file formatter_format.h.
| #define FORMAT_TYPE_INT64 2 |
Definition at line 22 of file formatter_format.h.