Инструменты пользователя

Инструменты сайта


wiki:xref:dokuwiki:inc:input:server.php

Это старая версия документа!


Server.php
<?php
 
namespace dokuwiki\Input;
 
/**
 * Internal class used for $_SERVER access in dokuwiki\Input\Input class
 */
class Server extends Input
{
 
    /** @noinspection PhpMissingParentConstructorInspection
     * Initialize the $access array, remove subclass members
     */
    public function __construct()
    {
        $this->access = &$_SERVER;
    }
 
}
«Подробности»

Только авторизованные участники могут оставлять комментарии.
wiki/xref/dokuwiki/inc/input/server.php.1735917609.txt.gz · Последнее изменение: vladpolskiy