<div>
            <div><div>Wow, my client really mucked the example up:<br><blockquote type="cite">&nbsp;// Include VorpalBunny<br>require_once( "vorpalbunny.php" );<br><br>// Create a new instance that knows where to connect to<br>$vb = new VorpalBunny( 'localhost', 55672, 'guest', 'guest', '/' );<br><br>// Our Basic.Properties array<br>$properties = arrray();<br>$properties['content-type'] = "text/plain";<br>$properties['app-id'] = 'example.php';<br><br>// Publish a message<br>$vb-&gt;publish( "demo_exchange", "my-routing-key", "Hello World!", $properties );</blockquote></div>
            </div>
        </div>