From 2854d8c5cb5af40ebc2dc2621ef0a4d883ef639f Mon Sep 17 00:00:00 2001 From: LogMANOriginal Date: Sun, 3 Feb 2019 20:56:06 +0100 Subject: [PATCH] Updated The collectData function (markdown) --- The-collectData-function.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/The-collectData-function.md b/The-collectData-function.md index e8a0a4f..1001fa4 100644 --- a/The-collectData-function.md +++ b/The-collectData-function.md @@ -33,15 +33,6 @@ $item['author'] // Name of the author for this item $item['content'] // Content in HTML format $item['enclosures'] // Array of URIs to an attachments (pictures, files, etc...) $item['categories'] // Array of categories / tags / topics +$item['uid'] // A unique ID to identify the current item ``` -All formats support these parameters. The formats `Plaintext` and `JSON` also support custom parameters. - -Parameter | Atom | HTML | (M)RSS | Plaintext | JSON -----------|:----:|:----:|:------:|:---------:|:---: -`uri`|X|X|X|X|X -`title`|X|X|X|X|X -`timestamp`|X|X|X|X|X -`author`|X|X|X|X|X -`content`|X|X|X|X|X -`enclosures`|X|X|X|X|X -`categories`|X|X|X|X|X \ No newline at end of file +All formats support these parameters. The formats `Plaintext` and `JSON` also support custom parameters. \ No newline at end of file