Explorar el Código

Add doc block for $time

Signed-off-by: Joas Schilling <coding@schilljs.com>
tags/v11.0RC2
Joas Schilling hace 7 años
padre
commit
6b8c45d05a
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      lib/private/Streamer.php

+ 1
- 0
lib/private/Streamer.php Ver fichero

@@ -92,6 +92,7 @@ class Streamer {
* @param string $stream Stream to read data from
* @param string $internalName Filepath and name to be used in the archive.
* @param int $size Filesize
* @param int|bool $time File mtime as int, or false
* @return bool $success
*/
public function addFileFromStream($stream, $internalName, $size, $time) {

Cargando…
Cancelar
Guardar