C# 클래스 Pchp.Core.BufferedOutput.BufferElement

파일 보기 프로젝트 열기: iolevel/peachpie

공개 프로퍼티들

프로퍼티 타입 설명
data System.Array
size int

프로퍼티 상세

data 공개적으로 프로퍼티

Array containing buffered data.
public Array,System data
리턴 System.Array

size 공개적으로 프로퍼티

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