uawdijnntqw1x1x1
IP : 216.73.216.54
Hostname : neogeopocket.gameplayer.club
Kernel : Linux neogeopocket.gameplayer.club 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
var
/
www
/
html
/
1c732
/
..
/
mediawiki
/
includes
/
dao
/
..
/
media
/
MediaHandlerState.php
/
/
<?php /** * An interface to support process-local caching of handler data associated * with a given file. Intended to replace the previous usage of custom * properties on the File object. * * @since 1.37 */ interface MediaHandlerState { /** * Get a value, or null if it does not exist. * * @param string $key * @return mixed|null */ public function getHandlerState( string $key ); /** * Set a value * * @param string $key * @param mixed $value */ public function setHandlerState( string $key, $value ); }
/var/www/html/1c732/../mediawiki/includes/dao/../media/MediaHandlerState.php