mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
Typo
This commit is contained in:
parent
bc3e9a2933
commit
96f69db3ae
1 changed files with 1 additions and 1 deletions
|
@ -693,7 +693,7 @@ $client = new SoapClient("books.wsdl", array('classmap' => array('book' => "MyBo
|
|||
$typemap = array(
|
||||
array("type_ns" => "http://schemas.example.com",
|
||||
"type_name" => "book",
|
||||
"from_xml" => "unserialize_book"
|
||||
"from_xml" => "unserialize_book",
|
||||
"to_xml" => "serialize_book")
|
||||
);
|
||||
$client = new SoapClient("books.wsdl", array('typemap' => $typemap));
|
||||
|
|
Loading…
Reference in a new issue