ZEND_WRITE
ZEND_WRITE -- Write character buffer to the default output stream
Descripción
#include <zend.h>
int
ZEND_WRITE ( char * str, int str_len )
Write str_len bytes from the buffer pointed to by
str to the default output stream.
Lista de parámetros
- str
Pointer to character buffer
- str_len
Buffer length
Valores retornados
Number of characters written or -1 on errors.