C# Class Pchp.Core.BufferedOutput.BufferElement

Show file Open project: iolevel/peachpie

Public Properties

Property Type Description
data System.Array
size int

Property Details

data public property

Array containing buffered data.
public Array,System data
return System.Array

size public property

The number of valid bytes/chars of the data array.
public int size
return int