update : 2015.11.03
php.shukuma.com검색:
|
ftruncate(PHP 4, PHP 5, PHP 7) ftruncate — Truncates a file to a given length 설명
bool ftruncate
( resource
$handle
, int $size
)
Takes the filepointer, 인수
반환값
성공 시 예제
Example #1 File truncation example
<?php 주의
|