Overview

Packages

  • JAMA
  • None
  • PHP
  • PHPExcel
    • CachedObjectStorage
    • Calculation
    • Cell
    • Chart
      • Renderer
    • Reader
      • Excel2007
      • Excel5
    • RichText
    • Settings
    • Shared
      • Escher
      • OLE
      • Trend
      • ZipArchive
    • Style
    • Worksheet
      • Drawing
    • Writer
      • 2007
      • CSV
      • Excel2007
      • Excel5
      • HTML
      • PDF

Classes

  • PHPExcel_Shared_CodePage
  • PHPExcel_Shared_Date
  • PHPExcel_Shared_Drawing
  • PHPExcel_Shared_Excel5
  • PHPExcel_Shared_File
  • PHPExcel_Shared_Font
  • PHPExcel_Shared_OLERead
  • PHPExcel_Shared_PasswordHasher
  • PHPExcel_Shared_String
  • PHPExcel_Shared_TimeZone
  • PHPExcel_Shared_XMLWriter
  • PHPExcel_Shared_ZipStreamWrapper
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Class PHPExcel_Shared_File

PHPExcel_Shared_File

Package: PHPExcel\Shared
Category: PHPExcel
Copyright: Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel)
License: LGPL
Located at controlador/include/phpexcel/PHPExcel/Shared/File.php
Methods summary
public static
# setUseUploadTempDirectory( boolean $useUploadTempDir = FALSE )

Set the flag indicating whether the File Upload Temp directory should be used for temporary files

Set the flag indicating whether the File Upload Temp directory should be used for temporary files

Parameters

$useUploadTempDir
Use File Upload Temporary directory (true or false)
public static boolean
# getUseUploadTempDirectory( )

Get the flag indicating whether the File Upload Temp directory should be used for temporary files

Get the flag indicating whether the File Upload Temp directory should be used for temporary files

Returns

boolean
Use File Upload Temporary directory (true or false)
public static boolean
# file_exists( string $pFilename )

Verify if a file exists

Verify if a file exists

Parameters

$pFilename
Filename

Returns

boolean
public static string
# realpath( string $pFilename )

Returns canonicalized absolute pathname, also for ZIP archives

Returns canonicalized absolute pathname, also for ZIP archives

Parameters

$pFilename

Returns

string
public static string
# sys_get_temp_dir( )

Get the systems temporary directory.

Get the systems temporary directory.

Returns

string
Properties summary
protected static boolean $_useUploadTempDirectory
# FALSE
Autene API documentation generated by ApiGen