PHP Classes

File: Config/flag.php

Recommend this page to a friend!
  Classes of mohammad anzawi   PHP Multilingual Support Library   Config/flag.php   Download  
File: Config/flag.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Multilingual Support Library
Translate texts for Web sites from JSON or DB
Author: By
Last change:
Date: 3 years ago
Size: 169 bytes
 

Contents

Class file image Download
<?php

/**
 * flag name with extension
 */

return [
   
'ar' => 'ps.png',
   
'en' => 'en.png',
   
'de' => 'de.png',
   
'fr' => 'fr.png',
   
'pt' => 'pt.png',
   
'ro' => 'ro.png',
];