ZEND_WRITE

ZEND_WRITE -- Write character buffer to the default output stream

说明

#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.

参数

str

Pointer to character buffer

str_len

Buffer length

返回值

Number of characters written or -1 on errors.

参见

See also ZEND_PUTC() and ZEND_PUTS().