예제 #1
0
 /**
  * contents method
  *
  * @param mixed $url null
  * @param array $settings array()
  * @return void
  * @access public
  */
 public static function contents($url = null, $settings = array())
 {
     $Crawler = new MiCrawler($url, $settings);
     return $Crawler->_retrieve($url);
 }