COMPersistHelper::GetMaxStreamSize

(PHP 5, PHP 7)

COMPersistHelper::GetMaxStreamSizeGet maximum stream size

Opis

public COMPersistHelper::GetMaxStreamSize ( void ) : int

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

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

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

Błędy/Wyjątki

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.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top