Voting

: eight plus one?
(Example: nine)

The Note You're Voting On

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

<< Back to user notes page

To Top