Proyectos de Subversion LeadersLinked - Services

Rev

Rev 345 | Rev 546 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 345 Rev 346
Línea 929... Línea 929...
929
     * @param string $filename
929
     * @param string $filename
930
     * @return boolean
930
     * @return boolean
931
     */
931
     */
932
    public function moveUploadedFile($source_file, $target_file)
932
    public function moveUploadedFile($source_file, $target_file)
933
    {
933
    {
934
        return move_uploaded_file($source_file, $target_file);
934
        return @move_uploaded_file($source_file, $target_file);
935
    }
935
    }
Línea 936... Línea 936...
936
 
936
 
937
    /**
937
    /**
-
 
938
     *
-
 
939
     * @param string $tempfile
-
 
940
     * @param string $path
-
 
941
     * @param string $code
-
 
942
     * @param string $filename
-
 
943
     * @return boolean
-
 
944
     */
-
 
945
    public function copyFile($source_file, $target_file)
-
 
946
    {
-
 
947
        return @copy($source_file, $target_file);
-
 
948
    }
-
 
949
    
-
 
950
    
-
 
951
    /**
938
     *
952
     *
939
     * @param string $url
953
     * @param string $url
940
     * @return string
954
     * @return string
941
     */
955
     */
942
    public function getPresignedUrl($url)
956
    public function getPresignedUrl($url)