ZEND_PUTS

ZEND_PUTS -- Write a string to the default output stream

说明

#include <zend.h>

int ZEND_PUTS ( char * str )

Writes the zero terminated string str to the default output stream.

参数

str

Output string

返回值

Number of characters written or -1 on errors.

参见

See also ZEND_PUTC() and ZEND_WRITE().