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().