1
0
Fork 0
mirror of synced 2024-08-23 14:11:54 +12:00
appwrite/app/sdks/php/docs/examples/database/list-documents.md
2019-10-01 21:10:33 +03:00

225 B

setProject('') ->setKey('') ; $database = new Database($client); $result = $database->listDocuments('[COLLECTION_ID]');