PHP Modules by Tommi2Day 6.0
Modules for Symon
|
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. More... | |
hexToStr ($hex) | |
is_new_day ($ts) | |
Check for new Day from Timestamp. More... | |
IPS Module Helper Class.
hexToStr | ( | $hex | ) |
$hex |
is_new_day | ( | $ts | ) |
Check for new Day from Timestamp.
$ts | int Unix Timestamp |
strToHex | ( | $string | ) |
Hex String functions.
Make Hex string http://stackoverflow.com/questions/14674834/php-convert-string-to-hex-and-hex-to-string
$string |