...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
$t->fetch("[http://blinkmobile.com.au/mobile-solutions/");] $t->after(" // result; |
$t->before( )
Fetches the source before $mystring into variable $t. Usually generated by the code builder when you have select to filter the fetch results using the "To" field in the builder.
Parameters | |
---|---|
$mystring | A String. |
Return Values | |
---|---|
$mystring | A String. Returns page source or structured data / XML before the "To" filter into variable $t |
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
$t->fetch("[http://blinkmobile.com.au/mobile-solutions/");]
$t->before(" // result; |