class/Utility.php 1 location
|
@@ 369-376 (lines=8) @@
|
| 366 |
|
* @param $tsName |
| 367 |
|
* @param string $msg |
| 368 |
|
*/ |
| 369 |
|
public static function ext_echoTSU($ts, $tsName, $msg = '') |
| 370 |
|
{ |
| 371 |
|
if ('' != $msg) { |
| 372 |
|
echo "<hr>{$msg}<hr>"; |
| 373 |
|
} |
| 374 |
|
|
| 375 |
|
echo 'date --->' . $tsName . ' = ' . $ts . ' - ' . date('d-m-Y H:m:s', $ts) . '<br>'; |
| 376 |
|
} |
| 377 |
|
|
| 378 |
|
/*****************************************************************/ |
| 379 |
|
/*****************************************************************/ |
include/functions0.php 1 location
|
@@ 356-363 (lines=8) @@
|
| 353 |
|
* @param $tsName |
| 354 |
|
* @param string $msg |
| 355 |
|
*/ |
| 356 |
|
function ext_echoTSU($ts, $tsName, $msg = '') |
| 357 |
|
{ |
| 358 |
|
if ('' != $msg) { |
| 359 |
|
echo "<hr>{$msg}<hr>"; |
| 360 |
|
} |
| 361 |
|
|
| 362 |
|
echo 'date --->' . $tsName . ' = ' . $ts . ' - ' . date('d-m-Y H:m:s', $ts) . '<br>'; |
| 363 |
|
} |
| 364 |
|
|
| 365 |
|
/*****************************************************************/ |
| 366 |
|
/*****************************************************************/ |