Documentation

Buffer
in package

Table of Contents

Properties

$contents  : array<int, string>
$length  : int

Methods

__construct()  : mixed
append()  : mixed
getHash()  : mixed
getLength()  : mixed
writeToFile()  : mixed
writeToOutput()  : mixed
writeToString()  : mixed

Properties

$contents

private array<int, string> $contents = []

Methods

__construct()

public __construct() : mixed

append()

public append(mixed $content[, mixed $newLine = false ]) : mixed
Parameters
$content : mixed
$newLine : mixed = false

getHash()

public getHash() : mixed

getLength()

public getLength() : mixed

writeToFile()

public writeToFile(mixed $handle) : mixed
Parameters
$handle : mixed

writeToOutput()

public writeToOutput() : mixed

writeToString()

public writeToString() : mixed

        
On this page

Search results