PHP Classes

File: app/Languages/App.en.php

Recommend this page to a friend!
  Classes of Ujah Chigozie peter   Luminova REST API Example   app/Languages/App.en.php   Download  
File: app/Languages/App.en.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Luminova REST API Example
Implements an example of a REST API
Author: By
Last change:
Date: 3 months ago
Size: 323 bytes
 

 

Contents

Class file image Download
<?php
/**
 * @example locale('en') set local to english
 *
 * @example lang('App.error')
 * @example lang('App.invalid_user', null, null, [
 * 'name' => 'Peter',
 * 'email' => '[email protected]'
 * ])
*/

return [
   
'error' => 'An error has occurred',
   
'invalid_user' => 'Invalid user name {0} and email {1}'
];