Completed
Push — master ( 7884e3...ea4e2c )
by cam
05:07
created
ecrire/inc/distant.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@  discard block
 block discarded – undo
64 64
  *   permet de specifier le nom du fichier local (stockage d'un cache par exemple, et non document IMG)
65 65
  * @param int $taille_max
66 66
  *   taille maxi de la copie local, par defaut _COPIE_LOCALE_MAX_SIZE
67
- * @return bool|string
67
+ * @return string|false
68 68
  */
69 69
 function copie_locale($source, $mode = 'auto', $local = null, $taille_max = null) {
70 70
 
@@ -343,7 +343,7 @@  discard block
 block discarded – undo
343 343
  * La fonction PHP idn_to_ascii depend d'un package php5-intl et est rarement disponible
344 344
  *
345 345
  * @param string $url_idn
346
- * @return array|string
346
+ * @return string|boolean
347 347
  */
348 348
 function url_to_ascii($url_idn) {
349 349
 
@@ -738,7 +738,7 @@  discard block
 block discarded – undo
738 738
  *
739 739
  * @param resource $handle
740 740
  * @param int|bool $if_modified_since
741
- * @return bool|array
741
+ * @return string
742 742
  *   int status
743 743
  *   string headers
744 744
  *   int last_modified
@@ -1211,9 +1211,9 @@  discard block
 block discarded – undo
1211 1211
  *   donnees postees
1212 1212
  * @param string $vers
1213 1213
  *   version HTTP
1214
- * @param int|string $date
1214
+ * @param string $date
1215 1215
  *   timestamp pour entente If-Modified-Since
1216
- * @return bool|resource
1216
+ * @return string
1217 1217
  *   false|int si echec
1218 1218
  *   resource socket vers l'url demandee
1219 1219
  */
Please login to merge, or discard this patch.