update page now
Longhorn PHP 2026 - Call For Papers

Voting

: min(two, one)?
(Example: nine)

The Note You're Voting On

Anonymous
12 years ago
<?php
function apache_module_exists($module)
{
    return in_array($module, apache_get_modules());
}
?>

<< Back to user notes page

To Top