We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab88a1f commit dc7446cCopy full SHA for dc7446c
source/includes/usage-examples/read-code-examples.php
@@ -51,6 +51,7 @@
51
52
// Data Changes
53
// start-change-stream
54
+$changeStream = $collection->watch();
55
$changeStream->rewind();
56
57
do {
0 commit comments