Question
$t->row( )
Answer
$t->row( )
*$mystring - A String
Description #
Fetches the source in $mystring into variable $t. Rows will return only the first matching pattern into variable $t.
Parameters #
*$mystring - A String
Return values#
Returns page source or structured data / XML into variable $t
Examples #
$t->fetch("[http://blinkmobile.com.au/mobile-solutions/");]
$t->row('|{DATA}|iU', '{DATA}');
return $t->result;