Forum und email
ZEND_WRITE

ZEND_WRITE

ZEND_WRITE -- Write character buffer to the default output stream

Popis

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

Seznam parametrů

str

Pointer to character buffer

str_len

Buffer length

Návratové hodnoty

Number of characters written or -1 on errors.

Viz také

See also ZEND_PUTC() and ZEND_PUTS().