ZEND_WRITE

ZEND_WRITE -- Write character buffer to the default output stream

Description

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

Liste de paramètres

str

Pointer to character buffer

str_len

Buffer length

Valeurs de retour

Number of characters written or -1 on errors.

Voir aussi

See also ZEND_PUTC() and ZEND_PUTS().