php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
str2num.c File Reference
#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)
 

Function Documentation

◆ bc_str2num()

bool bc_str2num ( bc_num * num,
const char * str,
const char * end,
size_t scale,
size_t * full_scale,
bool auto_scale )

Definition at line 109 of file str2num.c.