PHP Classes

File: apibuilder/language/pt-br.php

Recommend this page to a friend!
  Classes of Rodolfo Pereira Romano   PHP API Server Builder   apibuilder/language/pt-br.php   Download  
File: apibuilder/language/pt-br.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP API Server Builder
Build a REST server API from custom classes
Author: By
Last change:
Date: 10 years ago
Size: 301 bytes
 

Contents

Class file image Download
<?php
    define
('ERROR_ACCESS_DEINED', "Chave de acesso inválida.");
   
define('ERROR_COMMAND_NOT_FOUND', "Comando inválido.");
   
define('ERROR_INVALID_VERSION', "Versão da API inválida.");
   
define('ERROR_METHOD_NOT_FOUND', "Método inválido.");
   
define('ERROR_PARAM_REQUIRED', "Parametro obrigatório.");
?>