ZEND_PUTC

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

Beschreibung

#include <zend.h>

int ZEND_PUTC ( char c )

Writes a single character c to the default output stream.

Parameter Liste

c

Output character

Rückgabewerte

Number of characters written or -1 on errors.

Siehe auch

See also ZEND_PUTS() and ZEND_WRITE().