Zmiany pomiędzy wersją 3 and wersją 4 dla DeployerGuide/Others/eDokumentyApi/GetDocument
- Data i czas:
- 12/16/14 13:06:29 (10 years temu)
Legend:
- Bez zmian
- Dodane
- Usunięte
- Zmienione
-
DeployerGuide/Others/eDokumentyApi/GetDocument
v3 v4 53 53 54 54 $document = null; 55 $doc_id = 123; 55 56 56 57 try { 57 $doc_id = 123; 58 $return_json = false; 59 60 $document = $client->searchDocuments($doc_id, $return_json = false); 58 59 $document = $client->searchDocuments($doc_id, false); 61 60 var_dump($document); 62 61