Can't help me someone? -----Ursprüngliche Nachricht----- Von: [email protected] [mailto:[email protected]] Im Auftrag von Marco Schuster Gesendet: Montag, 9. Februar 2009 14:43 An: Wikimedia developers Cc: MediaWiki announcements and site admin list Betreff: Re: [Wikitech-l] Help by Extensions
2009/2/8 Jan Luca <[email protected]>: > function getheaders($buf) { > > preg_match ("/^(.*)\r\n\r\n/is",$buf,$hit); > > return $hit[1]; > > } > > > > function removeheaders($buf) { > > preg_match ("/\r\n\r\n(.*)$/is",$buf,$hit); > > return $hit[1]; > > } Where did you get this from? hd_bot's HTTP wrapper class maybe?^^ Marco -- VMSoft GbR Nabburger Str. 15 81737 München Geschätsführer: Marco Schuster, Volker Hemmert http://vmsoft-gbr.de _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
