how to create a timeInstant param to pass to server?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



need to pass a few strings and a param of type 'timeInstant'. I was trying stuff like this:

$params = array('ctn' => $ctn, 'pac' => $pac, 'portdate' => new SOAP_Type_dateTime(strtotime($portdate)));

Where strtotime($portdate)) returns 1073692800.

Is that correct? I pass these parmas in with $client->call()....

thanks,
neko

--
PHP Soap Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Kernel Newbies]     [PHP Database]     [Yosemite]

  Powered by Linux