PHP Classes

File: src/functions.php

Recommend this page to a friend!
  Classes of Sheldon Kennedy   TinyBinder   src/functions.php   Download  
File: src/functions.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: TinyBinder
Replace template variables with function results
Author: By
Last change:
Date: 8 months ago
Size: 57 bytes
 

Contents

Class file image Download
<?php

$time
= function() {
    return
date('H:i:s');
};