|
Stats |
Total Members: 597 [241] Total Tutorials: 284 Newsest User: andrerds Todays Unique Hits: 117
|
|
|
Main Content |
| Tutorial: All PHP / Apache Functions By whalleyboi09 |
| PHP5 / Apache Functions
What is In This Chapter:
These PHP functions are commands for the Apache Server
apache_child_terminate()
- Stop The Apache Server From Running After The PHP script Has Been Executed
apache_get_modules()
- Returns An Array Of All Apache Modules
apache_child_version()
- Returns The Current Apache Version Running
apache_getenv()
- Returns Apache subproccess_env Variable
apache_lookup_uri(filename)
- Returns The URI of A File Name In a Class
apache_note(note_name [,note_value])
- Returns Or Sets A Set Of Values In The Apache Note Table
apache_requested_headers()
- Returns all HTTP headers As An Array
apache_response_headers()
- Returns All Apache Response Headers As An Array
apache_setenv(variable,value[, bool])
- Sets An Apache sybproccess enviroment variable
ascii2ebcdic(string)
- Converts ASCII code To EBCDIC
ebcdic2ascii(string)
- Conerts EBCDIC code to ASCII
getallheaders()
- Returns All HTTP headers In An Array
virtual(filename)
- Perfoms An Apache subrequest, (Note: Returns An Integer)
|
Difficulty: Moderate
Views: 177
|
|
|
Comments |
|
There are currently no comments for this tutorial. |
|
Add Comment |
|
You must be logged in to post a comment. |
|
|