IP*Works! 2016 PHP Edition
IP*Works! 2016 PHP Edition
Questions / Feedback?

Boundary Property

The boundary separating the MIME parts. Maximum length of 80 bytes.

Object Oriented Interface

public function getBoundary();
public function setBoundary($value);

Procedural Interface

ipworks_mime_get($res, 1 );
ipworks_mime_set($res, 1, $value );

Default Value

''

Remarks

This property contains the boundary separating the MIME parts and has a maximum length of 80 bytes. The class will automatically generate a random boundary value during encoding if no value is given. During decoding this property is filled with the boundary from the actual MIME message.

The class will truncate any string longer than 80 bytes if assigned to Boundary.

Data Type

String

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 PHP Edition - Version 16.0 [Build 7353]