php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
bc_struct Struct Reference

#include <bcmath.h>

Data Fields

size_t n_len
 
size_t n_scale
 
char * n_value
 
unsigned int n_refs
 
sign n_sign
 

Detailed Description

Definition at line 41 of file bcmath.h.

Field Documentation

◆ n_len

size_t bc_struct::n_len

Definition at line 42 of file bcmath.h.

◆ n_refs

unsigned int bc_struct::n_refs

Definition at line 45 of file bcmath.h.

◆ n_scale

size_t bc_struct::n_scale

Definition at line 43 of file bcmath.h.

◆ n_sign

sign bc_struct::n_sign

Definition at line 46 of file bcmath.h.

◆ n_value

char* bc_struct::n_value

Definition at line 44 of file bcmath.h.


The documentation for this struct was generated from the following file: