PHP 클래스 NFePHP\Common\Files\FilesFolders

파일 보기 프로젝트 열기: nfephp-org/nfephp 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$ambientes
$subdirs

공개 메소드들

메소드 설명
createFolder ( string $folder ) createFolder
createFolders ( string $dirPath ) : boolean createFolders Cria a estrutura de diretorios para a guarda dos arquivos
getAmbiente ( string $tpAmb = '2' ) : string getAmbiente
getFilePath ( string $tpAmb = '2', string $dirbase = '', string $subdir = '' ) : string getFilePath
listDir ( $folder, string $fileMatch = '*-nfe.xml', boolean $retpath = false ) : array listDir Obtem todo o conteúdo de um diretorio, e que atendam ao critério indicado.
readFile ( string $pathFile = '' ) : string readFile
removeFile ( string $pathFile = '' ) : boolean removeFile
removeFolder ( string $dirPath ) : boolean Apaga um diretorio e todo o seu conteúdo
saveFile ( string $path = '', string $filename = '', string $content = '' ) : boolean saveFile
writeTest ( string $path = '', string $message = '', string &$respHtml = '' ) : boolean Rotina para teste de escrita no path especificado Usada na rotina de configuração (install.php)

메소드 상세

createFolder() 공개 정적인 메소드

createFolder
public static createFolder ( string $folder )
$folder string

createFolders() 공개 정적인 메소드

createFolders Cria a estrutura de diretorios para a guarda dos arquivos
public static createFolders ( string $dirPath ) : boolean
$dirPath string path do diretorio a ser criado
리턴 boolean

getAmbiente() 공개 정적인 메소드

getAmbiente
public static getAmbiente ( string $tpAmb = '2' ) : string
$tpAmb string
리턴 string

getFilePath() 공개 정적인 메소드

getFilePath
public static getFilePath ( string $tpAmb = '2', string $dirbase = '', string $subdir = '' ) : string
$tpAmb string
$dirbase string
$subdir string
리턴 string

listDir() 공개 정적인 메소드

listDir Obtem todo o conteúdo de um diretorio, e que atendam ao critério indicado.
public static listDir ( $folder, string $fileMatch = '*-nfe.xml', boolean $retpath = false ) : array
$fileMatch string Critério de seleção pode ser usados coringas como *-nfe.xml
$retpath boolean se true retorna o path completo dos arquivos se false so retorna o nome dos arquivos
리턴 array com os nome dos arquivos que atendem ao critério estabelecido ou false

readFile() 공개 정적인 메소드

readFile
public static readFile ( string $pathFile = '' ) : string
$pathFile string
리턴 string

removeFile() 공개 정적인 메소드

removeFile
public static removeFile ( string $pathFile = '' ) : boolean
$pathFile string
리턴 boolean

removeFolder() 공개 정적인 메소드

Apaga um diretorio e todo o seu conteúdo
public static removeFolder ( string $dirPath ) : boolean
$dirPath string
리턴 boolean

saveFile() 공개 정적인 메소드

saveFile
public static saveFile ( string $path = '', string $filename = '', string $content = '' ) : boolean
$path string
$filename string
$content string
리턴 boolean

writeTest() 공개 정적인 메소드

Rotina para teste de escrita no path especificado Usada na rotina de configuração (install.php)
public static writeTest ( string $path = '', string $message = '', string &$respHtml = '' ) : boolean
$path string
$message string
$respHtml string passado por referencia irá conter a resposta em html
리턴 boolean

프로퍼티 상세

$ambientes 보호되어 있는 정적으로 프로퍼티

protected static $ambientes

$subdirs 보호되어 있는 정적으로 프로퍼티

protected static $subdirs