Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
themeRDark
languagephp
linenumberstrue
$t->fetch("[http://blinkmobile.com.au/mobile-solutions/");]
$t->between("", "");

$t->trim();

$t->after("  // result;