Request::getHttpHost()
  • References/PHP/Symfony/Component/HttpFoundation

string getHttpHost() Returns the HTTP host being requested. The port name will be appended

2025-01-10 15:47:30
Response::create()
  • References/PHP/Symfony/Component/HttpFoundation

static Response create(mixed $content

2025-01-10 15:47:30
ParameterBag::count()
  • References/PHP/Symfony/Component/HttpFoundation

int count() Returns the number of parameters.

2025-01-10 15:47:30
FlashBag::keys()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Flash

array keys() Returns a list of all defined types.

2025-01-10 15:47:30
MockArraySessionStorage::clear()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Storage

clear() Clear all session data in memory.

2025-01-10 15:47:30
MemcachedSessionHandler::close()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Storage/Handler

close() {@inheritdoc}

2025-01-10 15:47:30
Response::mustRevalidate()
  • References/PHP/Symfony/Component/HttpFoundation

bool mustRevalidate() Returns true if the response must be revalidated by caches. This

2025-01-10 15:47:30
Request::getMimeType()
  • References/PHP/Symfony/Component/HttpFoundation

string getMimeType(string $format) Gets the mime type associated with the format.

2025-01-10 15:47:30
Request::getMimeTypes()
  • References/PHP/Symfony/Component/HttpFoundation

static array getMimeTypes(string $format) Gets the mime types associated with the

2025-01-10 15:47:30
AttributeBagInterface::remove()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Attribute

mixed remove(string $name) Removes an attribute.

2025-01-10 15:47:30