`$zk->get('/test', 'mywatch'); function mywatch($eventType, $eventState, $eventKey) { echo 'listen node'; print_r(func_get_args()); } ` i add node /test/a, or remove it, mywatch function not work, PHP7.0.24 NTS
`$zk->get('/test', 'mywatch');
function mywatch($eventType, $eventState, $eventKey)
{
echo 'listen node';
print_r(func_get_args());
}
`
i add node /test/a, or remove it,
mywatch function not work,
PHP7.0.24 NTS