kamshory / ZKLibrary

ZKLibrary is PHP library for reading and writing data to attendance device using UDP protocol. This library useful to comunicate between web server and attendance device directly without addition program. This library is implemented in the form of class. So that you can create an object and use it functions.
GNU General Public License v2.0
194 stars 176 forks source link

How to check if key f1, f2, f3, or f4 is pressed #5

Open pinzon1992 opened 6 years ago

pinzon1992 commented 6 years ago

I connected the device zkteco iface 302, the library works fine, however i want retrieve the value of key pressed, how i can get this value?

kamshory commented 6 years ago

I develop this library using Solution X100-C and I never create any key pressed event. For your remember, PHP can not create thread on server. It executed and terminated immediately after the process finished.