php man page for apache_get_version

Query: apache_get_version

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

APACHE_GET_VERSION(3)							 1						     APACHE_GET_VERSION(3)

apache_get_version - Fetch Apache version

SYNOPSIS
string apache_get_version (void )
DESCRIPTION
Fetch the Apache version.
RETURN VALUES
Returns the Apache version on success or FALSE on failure.
EXAMPLES
Example #1 apache_get_version(3) example <?php $version = apache_get_version(); echo "$version "; ?> The above example will output something similar to: Apache/1.3.29 (Unix) PHP/4.3.4
SEE ALSO
phpinfo(3). PHP Documentation Group APACHE_GET_VERSION(3)
Related Man Pages
apache_response_headers(3) - php
apache_note(3) - php
apache::session::oracle(3) - suse
apache::session::postgres(3pm) - debian
apache::session::serialize::sybase(3pm) - debian
Similar Topics in the Unix Linux Community
Rules for Homework &amp; Coursework Questions Forum
Forum Video Tutorial: How to Use Code Tags
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1)
New Code Tags (Syntax Highlighting)
Please Welcome Don Cragun as Lead Moderator