PHP: apache_get_version - Manual in Deutsh
PHP: apache_get_version - Manual in French
PHP: apache_get_version - Manual in Polish

You Are At PHP: apache_get_version - Manual Area


recent searches:
include functions , variable functions , post functions...




If you are new to PHP or just need to refresh your skills, this is the place to start. This series of tutorials will give you the basic knowledge you will need to create a simple PHP website.

PHP is a reflective programming language originally designed for producing dynamic web pages.[1] PHP is used mainly in server-side scripting, but can be used from a command line interface or in standalone graphical applications. Textual User Interfaces can also be created using ncurses.

PHP Manual
PrevNext

apache_get_version

(PHP 4 >= 4.3.2, PHP 5)

apache_get_version -- Fetch Apache version

Description

string apache_get_version ( void )

Fetch the Apache version.

Return Values

Returns the Apache version on success, or FALSE on failure.

ChangeLog

VersionDescription
4.3.4 Became available with Apache 1.
5.0.0 Became available with the Apache 2 filter API.

Examples

Example 1. apache_get_version() example

<?php
$version
= apache_get_version();
echo
"$version\n";
?>

The above example will output something similar to:

Apache/1.3.29 (Unix) PHP/4.3.4

See Also

phpinfo()

Jak ograniczyć jedzenie słodyczy Jak ograniczyć jedzenie słodyczy
6
www.finansowo.podejrzliwy.kalisz.pl
Prezenty
tanie holowanie Rzeszów

Another Useful functions:


security.apache | ref.apache | install.windows.apache2 | install.windows.apache1 | install.unix.apache2 | function.apache-setenv | function.apache-response-headers | function.apache-reset-timeout | function.apache-request-headers | function.apache-note | function.apache-lookup-uri | function.apache-getenv | function.apache-get-version | function.apache-get-modules | function.apache-child-terminate |


PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. If you are new to PHP and want to get some idea of how it works, try the introductory tutorial. After that, check out the online manual, and the example archive sites and some of the other resources available in the links section.