mirror of
https://github.com/smarty-php/smarty.git
synced 2025-11-02 13:21:36 +01:00
updated all doc comments to phpDocumentor format
This commit is contained in:
@@ -1,10 +1,18 @@
|
||||
<?php
|
||||
/**
|
||||
* Smarty shared plugin
|
||||
* @package Smarty
|
||||
* @subpackage plugins
|
||||
*/
|
||||
|
||||
/*======================================================================*\
|
||||
Function: smarty_make_timestamp
|
||||
Purpose: used by other smarty functions to make a timestamp
|
||||
from a string.
|
||||
\*======================================================================*/
|
||||
|
||||
/**
|
||||
* Function: smarty_make_timestamp<br>
|
||||
* Purpose: used by other smarty functions to make a timestamp
|
||||
* from a string.
|
||||
* @param string
|
||||
* @return string
|
||||
*/
|
||||
function smarty_make_timestamp($string)
|
||||
{
|
||||
if(empty($string)) {
|
||||
|
||||
Reference in New Issue
Block a user