first time connection

AndryGabry

Member
Joined
Dec 16, 2016
Messages
26
Reaction score
9
Points
38
how can I get the date of the first time connected to my ts with php?
 

kalle

high minded
Contributor
Joined
Oct 28, 2015
Messages
411
Reaction score
253
Points
178
If Im not wrong getInfo() function with client option will return client_created. I think that is what are you looking for.
Also there are client_lastconnected, client_totalconnections. Just dump output and you will see.
Hope it helps. :)
 
Top