PHP 8.5.0 Alpha 4 available for testing

Voting

: seven plus two?
(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