php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
spprintf.h File Reference

Go to the source code of this file.

Macros

#define spprintf   zend_spprintf
 
#define strpprintf   zend_strpprintf
 
#define vspprintf   zend_vspprintf
 
#define vstrpprintf   zend_vstrpprintf
 

Functions

PHPAPI void php_printf_to_smart_string (smart_string *buf, const char *format, va_list ap)
 
PHPAPI void php_printf_to_smart_str (smart_str *buf, const char *format, va_list ap)
 

Macro Definition Documentation

◆ spprintf

#define spprintf   zend_spprintf

Definition at line 29 of file spprintf.h.

◆ strpprintf

#define strpprintf   zend_strpprintf

Definition at line 30 of file spprintf.h.

◆ vspprintf

#define vspprintf   zend_vspprintf

Definition at line 31 of file spprintf.h.

◆ vstrpprintf

#define vstrpprintf   zend_vstrpprintf

Definition at line 32 of file spprintf.h.

Function Documentation

◆ php_printf_to_smart_str()

PHPAPI void php_printf_to_smart_str ( smart_str * buf,
const char * format,
va_list ap )

Definition at line 782 of file spprintf.c.

◆ php_printf_to_smart_string()

PHPAPI void php_printf_to_smart_string ( smart_string * buf,
const char * format,
va_list ap )

Definition at line 776 of file spprintf.c.