streamWrapper::stream_truncate

(PHP 5 >= 5.4.0)

streamWrapper::stream_truncateTruncate stream

Опис

public bool streamWrapper::stream_truncate ( int $new_size )

Will respond to truncation, e.g., through ftruncate().

Параметри

new_size

The new size.

Значення, що повертаються

Повертає TRUE в успішному випадку або FALSE в разі помилки.

Прогляньте Також

add a note add a note

User Contributed Notes

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