tmpfile

(PHP 4, PHP 5, PHP 7)

tmpfile����һ����ʱ�ļ�

˵��

tmpfile ( void ) : resource

�Զ�д��w+��ģʽ����һ������Ψһ�ļ�������ʱ�ļ�������һ���ļ������

�ļ����ڹرպ��� fclose()���Զ���ɾ�����򵱽ű�������

��ϸ��Ϣ��ο�ϵͳ�ֲ��е� tmpfile(3) �������Լ� stdio.h ͷ�ļ���

����ֵ

����һ���� fopen() ���򿪷������Ƶ����ļ������ ������ʧ��ʱ���� FALSE.

����

Example #1 tmpfile() ����

<?php
$temp 
tmpfile();
fwrite($temp"writing to tempfile");
fseek($temp0);
echo 
fread($temp1024);
fclose($temp); // this removes the file
?>

�������̻������

writing to tempfile

�μ�

  • tempnam() - ����һ������Ψһ�ļ������ļ�
  • sys_get_temp_dir() - ����������ʱ�ļ���Ŀ¼