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

clearAttendance() #116

Open Nikkoadr opened 2 years ago

Nikkoadr commented 2 years ago

<?php

require 'zklibrary.php';

$zk = new ZKLibrary('192.168.1.116', 4370); $zk->connect(); $zk->disableDevice(); $zk->clearAttendance();

pak saya pake clearattendance kok datanya di mesin fingerprintnya ngga ke apus ya ?

kamshory commented 2 years ago

merek dan model perangkatnya apa?

Nikkoadr commented 2 years ago

Solusion x100-c sama zkteco

kamshory commented 2 years ago

Untuk library baru ditest di Solution X-100C saja. Kedua fungsi di atas berjalan cukup baik.

rendy-ananda commented 2 years ago

Saya pake solution x100c tapi untuk clearAttendance() tidak berfungsi.