}
/* }}} */
-/* {{{ proto string stream_get_line(resource stream, int maxlen [, string ending])
+/* {{{ proto string stream_get_line(resource stream, int maxlen [, string ending]) U
Read up to maxlen bytes from a stream or until the ending string is found */
PHP_FUNCTION(stream_get_line)
{
/* }}} */
-/* {{{ proto void stream_encoding(resource stream[, string encoding])
+/* {{{ proto void stream_encoding(resource stream[, string encoding]) U
Set character set for stream encoding
UTODO: Return current encoding charset
*/