Ferreteria/v0.6/clade/IO/Aspect/Connx/Buffer/File/Reader/@fx/RemoveBytes: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

11 December 2025

  • curprev 14:4114:41, 11 December 2025Woozle talk contribs 1,613 bytes +1,613 Created page with "{{page/fx}} ==Code== ''as of {{fmt/date|2025|12|11}}:'' {{fmt/php/block|1=# public function RemoveBytes() : string { $this->ErrorIfShut('read from'); // Is there room in the buffer for more? $nBuff = $this->AvailBuffByteCount(); // what's in the buffer #$this->AmHere("Bytes remaining: [$nBuff]"); $nRoom = self::MAX_BUFF_LEN - $nBuff; // room available #$this->AmHere("Bytes remaining: [$nBuff] / Space remaining: [..."