getSystemTemp() public static méthode

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