PHP » PYTHON |
login |
register |
about
|
PYTHON ftruncate
is this article helpful?
|
Python replacement for PHP's ftruncate
[
edit
| history
]
f.truncate(size) ftruncate(PHP 4, PHP 5) ftruncate — Truncates a file to a given length Description
bool ftruncate
( resource $handle
, int $size
)
Takes the filepointer, handle , and truncates the file to length, size . Parameters
Return ValuesReturns TRUE on success or FALSE on failure. Changelog
Examples
Example #1 File truncation example
<?php
Notes
|
more
Recently updated
more
Most requested
more
Last requests
|