php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "bcmath.h"
#include "convert.h"
#include "private.h"
#include <stdbool.h>
#include <stddef.h>
Go to the source code of this file.
Functions | |
bool | bc_str2num (bc_num *num, const char *str, const char *end, size_t scale, size_t *full_scale, bool auto_scale) |