GoLang streamWrapper::stream_truncate

request it (249)
GoLang replacement for PHP's streamWrapper::stream_truncate [edit | history]



Do you know a GoLang replacement for PHP's streamWrapper::stream_truncate? Write it!

PHP streamWrapper::stream_truncate

PHP original manual for streamWrapper::stream_truncate [ show | php.net ]

streamWrapper::stream_truncate

(PHP 5 >= 5.4.0, PHP 7)

streamWrapper::stream_truncateTruncate stream

Description

public bool streamWrapper::stream_truncate ( int $new_size )

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

Parameters

new_size

The new size.

Return Values

Returns TRUE on success or FALSE on failure.

See Also