I'm very new to php.. so don't laugh at me here.
We use a couple guys for coding, but they are both asleep right now & I'm anxious to learn how to use the API in the Ioncube encoder.....
It has a few functions like:
String ioncube_loader_version()
and if I do:
echo "The Loader version is ". ioncube_loader_version()."\n";
This will work... it will display the version.
But then there are ones like:
Array/Bool ioncube_file_info()
And the array elements are:
FILE_EXPIRY - Unix time_t value for file expiry as an int or 0
ENCODING_TIME - Unix time_t value for when file encoded
DEMO - TRUE if file is encoded by an evaluation Encoder otherwise FALSE
So using the above how could I write a line that will return the value of the encoding time & the (humand readable?) date that it will expire?