| 
 
update : 2015.11.03
 
php.shukuma.com검색:
  
 | 
SplTempFileObject::__construct(PHP 5 >= 5.1.2) SplTempFileObject::__construct — Construct a new temporary file object 설명
   public SplTempFileObject::__construct
    ([ int  
  $max_memory
  ] )Construct a new temporary file object. 인수
 
 반환값값을 반환하지 않습니다. 오류/예외Throws a RuntimeException if an error occurs. 예제
 Example #1 SplTempFileObject() example This example writes a temporary file in memory which can be written to and read from. 
<?php위 예제의 출력 예시: Written 47 bytes to temporary file. This is the first line And this is the second.  |