unregister() public static method

Unregisters a protocol.
public static unregister ( string $protocol ) : boolean
$protocol string Protocol name
return boolean
コード例 #1
0
ファイル: FileSystemTest.php プロジェクト: JerryCR/php-2
 /**
  * Cleans up the testing environment.
  */
 protected function tearDown()
 {
     \TestFileSystemStream::unregister($this->protocol);
 }