PHP Modules by Tommi2Day 7.0
Modules for Symon
Loading...
Searching...
No Matches
Data Structures | Functions
C:/local/progs/ipsymcon/phpmodule/ipsymcon-phpmodule-by-Tommi/libs/module_helper.php File Reference

IPS Module Helper Class. More...

Data Structures

class  T2DModule
 IPS Module Helper Class combines often used functions and constants. More...
 

Functions

 strToHex ($string)
 Hex String functions.
 
 hexToStr ($hex)
 
 is_new_day ($ts)
 Check for new Day from Timestamp.
 

Detailed Description

IPS Module Helper Class.

Author
Thomas Dressler
Version
5.1.0
Date
2019-05-04

Function Documentation

◆ hexToStr()

hexToStr (   $hex)
Parameters
$hex
Returns
string

◆ is_new_day()

is_new_day (   $ts)

Check for new Day from Timestamp.

Parameters
$tsint Unix Timestamp
Returns
boolean

◆ strToHex()

strToHex (   $string)

Hex String functions.

Make Hex string http://stackoverflow.com/questions/14674834/php-convert-string-to-hex-and-hex-to-string

Parameters
$string
Returns
string