ResponseHeaderBag::hasCacheControlDirective()
  • References/PHP/Symfony/Component/HttpFoundation

bool hasCacheControlDirective(string $key) Returns true if the Cache-Control directive is defined

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

bool isSecure() Checks whether the cookie should only be transmitted over a secure HTTPS connection

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

static array getTrustedProxies() Gets the list of trusted proxies.

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

array getCookies(string $format = self::COOKIES_FLAT) Returns an array with all cookies.

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

clear() Clear all session data in memory.

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

string|null getPassword() Returns the password.

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

bool isEmpty() Is the response empty?

2025-01-10 15:47:30
ExtensionGuesser::guess()
  • References/PHP/Symfony/Component/HttpFoundation/File/MimeType

string guess(string $mimeType) Tries to guess the extension. The mime type is passed to

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

Response expire()

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

array all() Returns attributes. Return

2025-01-10 15:47:30