ZEND_PUTC

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

说明

#include <zend.h>

int ZEND_PUTC ( char c )

Writes a single character c to the default output stream.

参数

c

Output character

返回值

Number of characters written or -1 on errors.

参见

See also ZEND_PUTS() and ZEND_WRITE().