php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
php_functions.stub.php File Reference

Go to the source code of this file.

Functions

 apache_lookup_uri (string $filename)
 
 virtual (string $uri)
 
 apache_request_headers ()
 
 getallheaders ()
 
 apache_response_headers ()
 
 apache_note (string $note_name, ?string $note_value=null)
 
 apache_setenv (string $variable, string $value, bool $walk_to_top=false)
 
 apache_getenv (string $variable, bool $walk_to_top=false)
 
 apache_get_version ()
 
 apache_get_modules ()
 

Function Documentation

◆ apache_get_modules()

apache_get_modules ( )

Definition at line 24 of file php_functions.stub.php.

◆ apache_get_version()

apache_get_version ( )

Definition at line 22 of file php_functions.stub.php.

◆ apache_getenv()

apache_getenv ( string $variable,
bool $walk_to_top = false )

Definition at line 20 of file php_functions.stub.php.

◆ apache_lookup_uri()

apache_lookup_uri ( string $filename)

@generate-class-entries

Definition at line 5 of file php_functions.stub.php.

◆ apache_note()

apache_note ( string $note_name,
?string $note_value = null )

Definition at line 16 of file php_functions.stub.php.

◆ apache_request_headers()

apache_request_headers ( )

Definition at line 9 of file php_functions.stub.php.

◆ apache_response_headers()

apache_response_headers ( )

Definition at line 14 of file php_functions.stub.php.

◆ apache_setenv()

apache_setenv ( string $variable,
string $value,
bool $walk_to_top = false )

Definition at line 18 of file php_functions.stub.php.

◆ getallheaders()

getallheaders ( )

@alias apache_request_headers

Definition at line 12 of file php_functions.stub.php.

◆ virtual()

virtual ( string $uri)

Definition at line 7 of file php_functions.stub.php.