Close a couple of entities ('make test_xml' appreciates it :))

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@229315 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Leonardo Boshell 2007-02-07 22:26:39 +00:00
parent b8297dd42b
commit 3d03efa960

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.7 $ -->
<!-- $Revision: 1.8 $ -->
<refentry id='function.samconnection-connect'>
<refnamediv>
<refname>SAMConnection->connect()</refname>
@ -171,9 +171,9 @@
<entry>
Optional connect option to indicate to an MQTT server that all previous connection data
for this client should be removed and that subscriptions should be deleted when the client
disconnects explicitly or unexpectedly. Setting the value to &true causes SAM to discard
disconnects explicitly or unexpectedly. Setting the value to &true; causes SAM to discard
any subscription already in place for the client when it connects and also to discard
subscription when the client disconnects. Setting the option to &false, or using the
subscription when the client disconnects. Setting the option to &false;, or using the
default, allows subscriptions to be durable and survive across client disconnects.
</entry>
</row>