Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 194 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 194 Bytes

usage:

require_once 'CKIP.php';
$ckip_client = new CKIP( $server, $port, $username, $password);
$ckip_client ->query( $querystring);
$ckip_client ->getTerm();
$ckip_client ->getSents();