PHP Classes

File: PHP-DS/lang/ZH.php

Recommend this page to a friend!
  Classes of berkay karata?   PHP-DS   PHP-DS/lang/ZH.php   Download  
File: PHP-DS/lang/ZH.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP-DS
Translate text in PHP code to different languages
Author: By
Last change:
Date: 6 years ago
Size: 930 bytes
 

Contents

Class file image Download
<?php
$dil
=
[
#Supported Class Name
"a_class" => "PHP_DS_SUPPORTED",
#Supported Variables
"$1" => "?", // class determiner
"$2" => "??", // using determiner
"$3" => "??", // function determiner
"$4" => "??", //variable determiner
"$5" => "?", // code determiner
"$6" => "??", // file determiner
"$7" => "???", //will_support determiner
"$8" => "?", // class lang
"$9" => "???", // static lang
"$10" => "??", // function lang
"$11" => "??", // variable lang
"$12" => "????????????????????",//Language Support can not be provided without a language file.
"$13" => "???????????",// The specified language file was not found
"$14" => "???????",// Function name is invalid
#Supported Functions
"F1" => "?" // Add() function's lang
];