Phly\Http\HeaderStack::reset PHP Method

reset() public static method

Reset state
public static reset ( )
    public static function reset()
    {
        self::$data = array();
    }

Usage Example

コード例 #1
0
ファイル: SapiEmitterTest.php プロジェクト: phly/http
 public function tearDown()
 {
     HeaderStack::reset();
 }