Source for file arquivo.classe.php
Documentation is available at arquivo.classe.php
* Provê métodos para geração de arquivos simples
* @author Jonas Beto Rompkovski <jonasbeto.rompkovski@gmail.com>
/* $Id: arquivo.classe.php,v 1.4 2007/03/16 15:00:51 mmerlone Exp $ */
die('Este script nao pode ser acessado diretamente!');
require_once("exception/ioException.classe.php");
* Esta classe destina-se a geração de arquivos simples.
* @var String Nome do arquivo a ser criado
* @var String Extensão do arquivo a ser criado
* @var String Descrição de erro
* @var String Conteúdo do Arquivo
* Define o Nome do Arquivo
* @param String $strValor Nome do Arquivo
* Define a extensão do arquivo
* @param String $strValor Extensão do Arquivo
* Define o conteúdo do arquivo
* @param String $strValor Conteúdo do Arquivo
//echo $this->strNomeArquivo.".".$this->strExtensaoArquivo.$this->strModoGravacao;
throw
new ioException("Problema ao tentar criar ou abrir o arquivo");
throw
new ioException("Problema ao escrever no arquivo");
throw
new ioException("Problema ao tentar fechar o arquivo");
Documentation generated on Sun, 09 Mar 2008 23:50:43 -0300 by phpDocumentor 1.4.0