php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <stdio.h>
#include "php.h"
#include "ext/standard/php_standard.h"
#include "ext/date/php_date.h"
#include "SAPI.h"
#include "php_main.h"
#include "head.h"
#include <time.h>
#include "php_globals.h"
#include "zend_smart_str.h"
Go to the source code of this file.
Macros | |
#define | ILLEGAL_COOKIE_CHARACTER "\",\", \";\", \" \", \"\\t\", \"\\r\", \"\\n\", \"\\013\", or \"\\014\"" |
Functions | |
PHP_FUNCTION (header) | |
PHP_FUNCTION (header_remove) | |
PHPAPI bool | php_header (void) |
PHPAPI zend_result | php_setcookie (zend_string *name, zend_string *value, time_t expires, zend_string *path, zend_string *domain, bool secure, bool httponly, zend_string *samesite, bool url_encode) |
PHP_FUNCTION (setcookie) | |
PHP_FUNCTION (setrawcookie) | |
PHP_FUNCTION (headers_sent) | |
PHP_FUNCTION (headers_list) | |
PHP_FUNCTION (http_response_code) | |
#define ILLEGAL_COOKIE_CHARACTER "\",\", \";\", \" \", \"\\t\", \"\\r\", \"\\n\", \"\\013\", or \"\\014\"" |
PHP_FUNCTION | ( | header_remove | ) |
PHP_FUNCTION | ( | headers_list | ) |
PHP_FUNCTION | ( | headers_sent | ) |
PHP_FUNCTION | ( | http_response_code | ) |
PHP_FUNCTION | ( | setrawcookie | ) |
PHPAPI zend_result php_setcookie | ( | zend_string * | name, |
zend_string * | value, | ||
time_t | expires, | ||
zend_string * | path, | ||
zend_string * | domain, | ||
bool | secure, | ||
bool | httponly, | ||
zend_string * | samesite, | ||
bool | url_encode ) |