is_iis_lib
Proto type
int is_iis_lib(void)Description
Arguments
Example
<?php
if ( is_iis_lib () )
echo "This is IIS web server\n";
else
echo "This is not IIS web server\n";
?>See also
Last updated