Ferreteria/v0.6/clade/IO/Aspect/Connx/Process/Local/@fx/Send
< Ferreteria | v0.6 | clade | IO | Aspect | Connx | Process/Local
Jump to navigation
Jump to search
|
The item documented here has been removed and is no longer in use. IO/Aspect/Connx/Process/Local has been {moved to}/{merged with}/{replaced by} IO\Aspect\Connx\Stream\Runner\Local. This function, however, was removed on 2026-01-18.
|
Status
- 2026-01-04 This cannot possibly work anymore because of too many args to
PipeToStream(). - 2025-12-23 Is this actually being used?
Calls
StreamToPipe($oSendBuff,$oaPipes->DestRsrc())PipeToStream($oRecvBuff,$oaPipes->SrceRsrc(),FALSE)
Code
#
public function Send() {
$oSendBuff = $this->GetSendBuff();
$oRecvBuff = $this->GetRecvBuff();
$oaPipes = $this->OAPipes();
$this->StreamToPipe($oSendBuff,$oaPipes->DestRsrc());
$this->PipeToStream($oRecvBuff,$oaPipes->SrceRsrc(),FALSE); // ...I *think*.
}