男女疯狂一边摸一边做羞羞视频|啊好深好硬快点用力别停动态图|亚洲一区无码中文字幕|特级无码毛片免费视频播放▽|久久狠狠躁免费观看|国内精品久久久久久网站

ftruncate

(PHP 4, PHP 5, PHP 7, PHP 8)

ftruncate將文件截斷到給定的長(cháng)度

說(shuō)明

ftruncate(resource $handle, int $size): bool

接受文件指針 handle 作為參數,并將文件大小截取為 size。

參數

handle

文件指針。

注意:

The handle must be open for writing.

size

The size to truncate to.

注意:

If size is larger than the file then the file is extended with null bytes.

If size is smaller than the file then the file is truncated to that size.

返回值

成功時(shí)返回 true, 或者在失敗時(shí)返回 false。

更新日志

版本 說(shuō)明
4.3.3 在 PHP 4.3.3 之前,ftruncate() 在成功時(shí)返回一個(gè) integer 值 1,而不是 booleantrue。

范例

示例 #1 File truncation example

<?php
$filename 
'lorem_ipsum.txt';

$handle fopen($filename'r+');
ftruncate($handlerand(1filesize($filename)));
rewind($handle);
echo 
fread($handlefilesize($filename));
fclose($handle);
?>

注釋

注意:

The file pointer is not changed.

參見(jiàn)

  • fopen() - 打開(kāi)文件或者 URL
  • fseek() - 在文件指針中定位

男女疯狂一边摸一边做羞羞视频|啊好深好硬快点用力别停动态图|亚洲一区无码中文字幕|特级无码毛片免费视频播放▽|久久狠狠躁免费观看|国内精品久久久久久网站