...
Basic Madl components used in the formatting or changing of fetched data in Interactions.
$t->trim( )
This function will find removes white space off start and end of any data found in the fetch results.
Parameters | |
---|---|
None |
...
Return Values | |
---|---|
$mystring |
|
...
$t->result | Returns page source or structured data / XML into variable $t |
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
$t->fetch("[http://blinkmobile.com.au/mobile-solutions/");] $t->between("", ""); $t->trim(); $t->after(" // result; |