webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Functions | Variables
fail-on-update-2.php File Reference

Functions

 setState ($newState, $file)
 
 getState ($file)
 

Variables

 $tmpFile = sys_get_temp_dir() . "/" . "appcache_fail-on-update-2_state"
 
 $command = $_GET['command']
 
 $state = getState($tmpFile)
 

Function Documentation

◆ getState()

getState (   $file)

◆ setState()

setState (   $newState,
  $file 
)

Variable Documentation

◆ $command

$command = $_GET['command']

◆ $state

$state = getState($tmpFile)

◆ $tmpFile

$tmpFile = sys_get_temp_dir() . "/" . "appcache_fail-on-update-2_state"