1
0
Fork 0
mirror of synced 2024-08-23 22:21:42 +12:00
appwrite/app/sdks/php/docs/examples/database/create-document.md
2019-10-21 20:15:27 +03:00

240 B

setProject('') ->setKey('') ; $database = new Database($client); $result = $database->createDocument('[COLLECTION_ID]', '{}', [], []);