ZEND_PUTC

ZEND_PUTC -- Write a single character to the default output stream

Descrizione

#include <zend.h>

int ZEND_PUTC ( char c )

Writes a single character c to the default output stream.

Elenco dei parametri

c

Output character

Valori restituiti

Number of characters written or -1 on errors.

Vedere anche:

See also ZEND_PUTS() and ZEND_WRITE().