/** * Header constructor. name is mandatory, if a value is provided, it will be set. * * @param array|string|null $value */ Defined in .../codeigniter4/framework/system/HTTP/Header.php:41
/** * Returns the name of the header, in the same case it was set. */ Defined in .../codeigniter4/framework/system/HTTP/Header.php:50
/** * Gets the raw value of the header. This may return either a string * of an array, depending on whether the header has multiple values or not. * * @return array|string */ Defined in .../codeigniter4/framework/system/HTTP/Header.php:61
/** * Sets the name of the header, overwriting any previous value. * * @return $this */ Defined in .../codeigniter4/framework/system/HTTP/Header.php:71
/** * Sets the value of the header, overwriting any previous value(s). * * @param array|string|null $value * * @return $this */ Defined in .../codeigniter4/framework/system/HTTP/Header.php:85
/** * Appends a value to the list of values for this header. If the * header is a single value string, it will be converted to an array. * * @param array|string|null $value * * @return $this */ Defined in .../codeigniter4/framework/system/HTTP/Header.php:100
/** * Prepends a value to the list of values for this header. If the * header is a single value string, it will be converted to an array. * * @param array|string|null $value * * @return $this */ Defined in .../codeigniter4/framework/system/HTTP/Header.php:125
/** * Retrieves a comma-separated string of the values for a single header. * * NOTE: Not all header values may be appropriately represented using * comma concatenation. For such headers, use getHeader() instead * and supply your own delimiter when concatenating. * * @see https://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html#sec4.2 */ Defined in .../codeigniter4/framework/system/HTTP/Header.php:149
/** * Returns a representation of the entire header string, including * the header name and all values converted to the proper format. */ Defined in .../codeigniter4/framework/system/HTTP/Header.php:178
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
/** * Header constructor. name is mandatory, if a value is provided, it will be set. * * @param array|string|null $value */ Defined in .../codeigniter4/framework/system/HTTP/Header.php:41
/** * Returns the name of the header, in the same case it was set. */ Defined in .../codeigniter4/framework/system/HTTP/Header.php:50
/** * Gets the raw value of the header. This may return either a string * of an array, depending on whether the header has multiple values or not. * * @return array|string */ Defined in .../codeigniter4/framework/system/HTTP/Header.php:61
/** * Sets the name of the header, overwriting any previous value. * * @return $this */ Defined in .../codeigniter4/framework/system/HTTP/Header.php:71
/** * Sets the value of the header, overwriting any previous value(s). * * @param array|string|null $value * * @return $this */ Defined in .../codeigniter4/framework/system/HTTP/Header.php:85
/** * Appends a value to the list of values for this header. If the * header is a single value string, it will be converted to an array. * * @param array|string|null $value * * @return $this */ Defined in .../codeigniter4/framework/system/HTTP/Header.php:100
/** * Prepends a value to the list of values for this header. If the * header is a single value string, it will be converted to an array. * * @param array|string|null $value * * @return $this */ Defined in .../codeigniter4/framework/system/HTTP/Header.php:125
/** * Retrieves a comma-separated string of the values for a single header. * * NOTE: Not all header values may be appropriately represented using * comma concatenation. For such headers, use getHeader() instead * and supply your own delimiter when concatenating. * * @see https://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html#sec4.2 */ Defined in .../codeigniter4/framework/system/HTTP/Header.php:149
/** * Returns a representation of the entire header string, including * the header name and all values converted to the proper format. */ Defined in .../codeigniter4/framework/system/HTTP/Header.php:178
/** * Header constructor. name is mandatory, if a value is provided, it will be set. * * @param array|string|null $value */ Defined in .../codeigniter4/framework/system/HTTP/Header.php:41
/** * Returns the name of the header, in the same case it was set. */ Defined in .../codeigniter4/framework/system/HTTP/Header.php:50
/** * Gets the raw value of the header. This may return either a string * of an array, depending on whether the header has multiple values or not. * * @return array|string */ Defined in .../codeigniter4/framework/system/HTTP/Header.php:61
/** * Sets the name of the header, overwriting any previous value. * * @return $this */ Defined in .../codeigniter4/framework/system/HTTP/Header.php:71
/** * Sets the value of the header, overwriting any previous value(s). * * @param array|string|null $value * * @return $this */ Defined in .../codeigniter4/framework/system/HTTP/Header.php:85
/** * Appends a value to the list of values for this header. If the * header is a single value string, it will be converted to an array. * * @param array|string|null $value * * @return $this */ Defined in .../codeigniter4/framework/system/HTTP/Header.php:100
/** * Prepends a value to the list of values for this header. If the * header is a single value string, it will be converted to an array. * * @param array|string|null $value * * @return $this */ Defined in .../codeigniter4/framework/system/HTTP/Header.php:125
/** * Retrieves a comma-separated string of the values for a single header. * * NOTE: Not all header values may be appropriately represented using * comma concatenation. For such headers, use getHeader() instead * and supply your own delimiter when concatenating. * * @see https://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html#sec4.2 */ Defined in .../codeigniter4/framework/system/HTTP/Header.php:149
/** * Returns a representation of the entire header string, including * the header name and all values converted to the proper format. */ Defined in .../codeigniter4/framework/system/HTTP/Header.php:178
/** * Header constructor. name is mandatory, if a value is provided, it will be set. * * @param array|string|null $value */ Defined in .../codeigniter4/framework/system/HTTP/Header.php:41
/** * Returns the name of the header, in the same case it was set. */ Defined in .../codeigniter4/framework/system/HTTP/Header.php:50
/** * Gets the raw value of the header. This may return either a string * of an array, depending on whether the header has multiple values or not. * * @return array|string */ Defined in .../codeigniter4/framework/system/HTTP/Header.php:61
/** * Sets the name of the header, overwriting any previous value. * * @return $this */ Defined in .../codeigniter4/framework/system/HTTP/Header.php:71
/** * Sets the value of the header, overwriting any previous value(s). * * @param array|string|null $value * * @return $this */ Defined in .../codeigniter4/framework/system/HTTP/Header.php:85
/** * Appends a value to the list of values for this header. If the * header is a single value string, it will be converted to an array. * * @param array|string|null $value * * @return $this */ Defined in .../codeigniter4/framework/system/HTTP/Header.php:100
/** * Prepends a value to the list of values for this header. If the * header is a single value string, it will be converted to an array. * * @param array|string|null $value * * @return $this */ Defined in .../codeigniter4/framework/system/HTTP/Header.php:125
/** * Retrieves a comma-separated string of the values for a single header. * * NOTE: Not all header values may be appropriately represented using * comma concatenation. For such headers, use getHeader() instead * and supply your own delimiter when concatenating. * * @see https://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html#sec4.2 */ Defined in .../codeigniter4/framework/system/HTTP/Header.php:149
/** * Returns a representation of the entire header string, including * the header name and all values converted to the proper format. */ Defined in .../codeigniter4/framework/system/HTTP/Header.php:178