include/Smarty/plugins/function.fetch.php
Smarty plugin
- Package
- Smarty
- Subpackage
- plugins
Functions
smarty_function_fetch(
$params, $smarty
)
:
string | nullSmarty {fetch} plugin
Type: function
Name: fetch
Purpose: fetch file, web or ftp data and display results
| Name | Type | Description |
|---|---|---|
| $params | array |
|
| $smarty | Smarty |
| Type | Description |
|---|---|
| string | null | if the assign parameter is passed, Smarty assigns the result to a template variable |
- Author
- Monte Ohrt
- Link
- {fetch} (Smarty online manual)