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
193 stars 176 forks source link

I have show error #81

Open preety2 opened 4 years ago

preety2 commented 4 years ago

Notice: Undefined property: ZKLibrary::$sec in E:\xampp\htdocs\php_zklib\zklibrary.php on line 75

Notice: Undefined property: ZKLibrary::$usec in E:\xampp\htdocs\php_zklib\zklibrary.php on line 75

what i do ??

kamshory commented 4 years ago

Change $this->setTimeout($this->sec, $this->usec); To $this->setTimeout($this->timeout_sec, $this->timeout_usec);

youssef2222 commented 2 years ago

i have a probleme Attempted to call function "each" from the global namespace. please can you help me