mirror of
https://github.com/twisterarmy/twister-php.git
synced 2025-01-14 16:57:57 +00:00
update readme
This commit is contained in:
parent
ee91c5020f
commit
3f2d7d8dcb
@ -26,7 +26,9 @@ $rss = new \Twisterarmy\Twister\Rss();
|
|||||||
|
|
||||||
##### Time
|
##### Time
|
||||||
|
|
||||||
Convert RSS time to datetime format ([Documentation](https://www.php.net/manual/en/datetime.format.php))
|
Convert RSS time to datetime format, `U` by default
|
||||||
|
|
||||||
|
[Documentation](https://www.php.net/manual/en/datetime.format.php)
|
||||||
|
|
||||||
###### Example
|
###### Example
|
||||||
|
|
||||||
@ -40,7 +42,7 @@ Convert RSS fields to twister message format, `{title} {link}` by default
|
|||||||
|
|
||||||
###### Mask
|
###### Mask
|
||||||
|
|
||||||
* `{time}` - formatted time string by `setTimeFormat`, `U` by default
|
* `{time}` - formatted time string by `setTimeFormat`
|
||||||
* `{link}` - target link
|
* `{link}` - target link
|
||||||
* `{title}` - item title
|
* `{title}` - item title
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user