COMPersistHelper::GetMaxStreamSize
PHP Manual
PHP Manual»COMPersistHelper»COMPersistHelper::GetMaxStreamSize

COMPersistHelper::GetMaxStreamSize

(PHP 5, PHP 7, PHP 8)

COMPersistHelper::GetMaxStreamSizeGet maximum stream size

Descrizione

public function COMPersistHelper::GetMaxStreamSize(): int

Retrieves the size of the stream (in bytes) needed to save the object.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Returns the size of the stream (in bytes) needed to save the object.

Errori/Eccezioni

A com_exception is thrown if the associated object does neither implement the COM interface IPersistStream nor IPersistStreamInit, or when calling the IPersistStream::GetSizeMax() method failed.

To Top