PHP Classes

function test22222 ($p1, $p2) { return array($p1, $p2); }...

Recommend this page to a friend!

      PHP WSDL Generator  >  All threads  >  function test22222 ($p1, $p2) {...  >  (Un) Subscribe thread alerts  
Subject: function test22222 ($p1, $p2) {...
Summary:Package rating comment
Messages:1
Author:liuxiulin
Date:2009-06-10 09:40:21
 

liuxiulin rated this package as follows:

Utility: Good
Consistency: Good

  1. function test22222 ($p1, $p2) {...   Reply   Report abuse  
Picture of liuxiulin liuxiulin - 2009-06-10 09:40:21
function test22222 ($p1, $p2) {
return array($p1, $p2);
}

client how to use "array($p1, $p2)"?
webservice, i am beginner.tks