Skip to content

Instantly share code, notes, and snippets.

View michaeljhopkins's full-sized avatar

Michael Hopkins michaeljhopkins

View GitHub Profile
<?php
// first create a new voice chat room:
$options = array(
'http' => array(
'header' => "Content-type: application/x-www-form-urlencoded\r\n",
'method' => 'POST',
'content' => http_build_query(array()),
)