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

PartSize Property

This property contains the size of the DecodedFile or DecodedString .

Object Oriented Interface

public function getPartSize($partidx);

Procedural Interface

ipworks_mime_get($res, 21 , $partidx);

Default Value

0

Remarks

This property contains the size of the PartDecodedFile or PartDecodedString. If a non empty value is assigned to PartDecodedFile, then class fills out the corresponding PartSize with the file size or an error occurs if the file doesn't exist.

If the PartDecodedFile is empty and a value is assigned to PartDecodedString, then the corresponding PartSize will be equal to the string's size.

During decoding, this property is filled with the size of that part.

The size of the array is controlled by the PartCount property.

This property is read-only and not available at design time.

Data Type

Long

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