Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17138 программистов и 1835 роботов. Сейчас ищут 1547 программистов ...
XML_RSS::getTextinputs
Вернуться к: XML_RSS
XML_RSS::getTextinputs
XML_RSS::getTextinputs – Get text input fields from RSS document
Synopsis
require_once "XML/RSS.php";
array XML_RSS::getTextinputs ( )
Get text input fields from RSS document.
Return value
array - an hash containing the data of an input field
-
'title' - name of the input field
-
'description' - description of the inout field
-
'link' - URL for the request
-
'name' - name of the request parameter
Note
This function can not be called statically.
Вернуться к: XML_RSS