Home
last modified time | relevance | path

Searched refs:truncateAt (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMessage.php54 * @param int $truncateAt The maximum allowed size of the summary
58 public static function bodySummary(MessageInterface $message, $truncateAt = 120) argument
72 $summary = $body->read($truncateAt);
75 if ($size > $truncateAt) {
H A Dfunctions.php397 * @param int $truncateAt The maximum allowed size of the summary
403 function get_message_body_summary(MessageInterface $message, $truncateAt = 120) argument
405 return Message::bodySummary($message, $truncateAt);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md325 `public static function bodySummary(MessageInterface $message, int $truncateAt = 120): string|null`