public function MultipartStream::getBoundary in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/guzzlehttp/psr7/src/MultipartStream.php \GuzzleHttp\Psr7\MultipartStream::getBoundary()
Get the boundary
Return value
string
File
- vendor/
guzzlehttp/ psr7/ src/ MultipartStream.php, line 39
Class
- MultipartStream
- Stream that when read returns bytes for a streaming multipart or multipart/form-data stream.
Namespace
GuzzleHttp\Psr7Code
public function getBoundary() {
return $this->boundary;
}