From 4f3c784d1978bc6fe39932a5aa26ddf814f14515 Mon Sep 17 00:00:00 2001
From: Cerdic <cedric@yterium.com>
Date: Mon, 27 Nov 2023 15:57:51 +0100
Subject: [PATCH] doc: PHPDoc modif retour recuperer_url()

---
 ecrire/inc/distant.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ecrire/inc/distant.php b/ecrire/inc/distant.php
index 2237e94111..6da4f1a03f 100644
--- a/ecrire/inc/distant.php
+++ b/ecrire/inc/distant.php
@@ -433,7 +433,8 @@ function url_to_ascii($url_idn) {
  *     int last_modified : timestamp de derniere modification
  *     string location : url de redirection envoyee par la page
  *     string url : url reelle de la page recuperee
- *     int length : taille du contenu ou du fichier
+ *     int length : taille du contenu ou du fichier récupéré
+ *     int content_length : (optionnel) taille annoncée par le serveur distant dans ses headers (si annoncée)
  *
  *     string file : nom du fichier si enregistre dans un fichier
  */
-- 
GitLab