PHP Classes

File: tests/data/utils/show_cases.php

Recommend this page to a friend!
  Classes of Francesco Danti   ATK4 i18next PHP   tests/data/utils/show_cases.php   Download  
File: tests/data/utils/show_cases.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: ATK4 i18next PHP
Translate application texts like il8next-PHP
Author: By
Last change:
Date: 4 years ago
Size: 214 bytes
 

Contents

Class file image Download
<?php

include __DIR__.'/cases.php';

foreach (
$path_def as $path => $array_def) {
    foreach (
$array_def as $key => $def) {
        echo
sprintf('%-20s %-30s %s'.PHP_EOL, $path, $key, json_encode($def));
    }
}