Skip to content

Instantly share code, notes, and snippets.

View mattkasun's full-sized avatar

Matthew R Kasun mattkasun

View GitHub Profile
@mattkasun
mattkasun / soap_var.php
Created November 14, 2017 17:59
php soap example
<?php
ini_set("soap.wsdl_cache_enabled", FALSE);
class SOAPStruct {
function SOAPStruct($c)
{
$this->varFloat = $c;
}
}