C# Class Pchp.Core.BufferedOutput.BufferElement

Mostra file Open project: iolevel/peachpie

Public Properties

Property Type Description
data System.Array
size int

Property Details

data public_oe property

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

size public_oe property

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