getSystemTemp() 공개 정적인 메소드

Static method to return the system temp directory.
public static getSystemTemp ( ) : string
리턴 string
예제 #1
0
 public function testGetSystemTemp()
 {
     $this->assertNotNull(Dir::getSystemTemp());
     $this->assertContains(DIRECTORY_SEPARATOR, Dir::getSystemTemp());
 }