mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
Added headers_sent() function
This commit is contained in:
parent
f8fdee1c66
commit
2d1b6f0801
3 changed files with 13 additions and 0 deletions
|
@ -284,6 +284,7 @@ function_entry basic_functions[] = {
|
|||
PHP_FE(print_r, NULL)
|
||||
{"setcookie", php3_SetCookie, NULL},
|
||||
{"header", php3_Header, NULL},
|
||||
PHP_FE(headers_sent, NULL)
|
||||
PHP_FE(function_exists, NULL)
|
||||
PHP_FE(in_array, NULL)
|
||||
PHP_FE(extract, NULL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue