ZEND_PUTS

ZEND_PUTS -- Write a string to the default output stream

Descripción

#include <zend.h>

int ZEND_PUTS ( char * str )

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

Lista de parámetros

str

Output string

Valores retornados

Number of characters written or -1 on errors.

Ver también

See also ZEND_PUTC() and ZEND_WRITE().