Filters the cache-controlling HTTP headers that are used to prevent caching.
N/A
Sortie :
@param array $headers Header names and field values.
// Utilisation de la fonction nocache_headers
$result = nocache_headers();
if ($result) {
// Votre logique ici
}
Chargement des actualités...