Ferreteria/v0.6/clade/IO/Aspect/Connx/Buffer/@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:3614:36, 11 December 2025Woozle talk contribs 312 bytes +312 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'); $sOut = $this->sBuff; $nLen = strlen($sOut); $this->nSpent += $nLen; $this->sBuff = ''; return $sOut; } }}"