1
0
Fork 0
mirror of synced 2024-09-19 19:07:21 +12:00
appwrite/app/sdks/php/docs/examples/database/create-document.md
2020-01-28 15:16:33 +02:00

240 B

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