PHP Classes

File: ArTemplate/plugins/function.myname.php

Recommend this page to a friend!
  Classes of mohamedhelal   ArabTemplate   ArTemplate/plugins/function.myname.php   Download  
File: ArTemplate/plugins/function.myname.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: ArabTemplate
Template compiler engine that caches output
Author: By
Last change: Update of ArTemplate/plugins/function.myname.php
Date: 2 months ago
Size: 258 bytes
 

Contents

Class file image Download
<?php
/**
 * -----------------------------------
 * File : function.myname.php
 * User : Mohamed Helal
 * Email : mohamedhelal123456@gmail.com
 * Site : {URL}
 * -----------------------------------
 */

function myname(){
    return
'DDDDD';
}