WordPress\AiClientDependencies\Psr\Http\Message

StreamInterface::getContentspublicWP 1.0

Returns the remaining contents in a string

Method of the class: StreamInterface{}

No Hooks.

Returns

String.

Usage

$StreamInterface = new StreamInterface();
$StreamInterface->getContents(): string;

StreamInterface::getContents() code WP 7.0

public function getContents(): string;