Checks if IIS 7+ supports pretty permalinks.
N/A
Sortie :
@return bool Whether IIS7 supports permalinks.
// Utilisation de la fonction iis7_supports_permalinks
$result = iis7_supports_permalinks();
if ($result) {
// Votre logique ici
}
Chargement des actualités...