[phpxmlrpc] Errors in documentation

Kyle Wilcox Kyle.Wilcox at noaa.gov
Tue Jan 30 20:31:42 UTC 2007


Section 1.2 :
> // recursive struct
> $myStruct = new xmlrpcval(
>   array(
>     "name" => new xmlrpcval("Tom", "string"),
>     "age" => new xmlrpcval(34, "int"),
>     "address" => new xmlrpcval(
>       array(
>         "street" => new xmlprcval("Fifht Ave", "string"),
>         "city" => new xmlrpcval("NY", "string")
>       ), 
>       "struct")
>   ), 
>   "struct");

"street" => new xmlprcval("Fifht Ave", "string"),

should be:

"street" => new xmlrpcval("Fifth Ave", "string"),

-- 

 Kyle Wilcox
 NOAA Chesapeake Bay Office
 410 Severn Avenue
 Suite 107A
 Annapolis, MD 21403
 office: (410) 295-3151
 Kyle.Wilcox at noaa.gov





More information about the phpxmlrpc mailing list