Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
<?php
2
// $Header: /cvsroot/html2ps/utils_text.php,v 1.2 2005/07/01 18:01:58 Konstantin Exp $
3
 
4
function squeeze($string) {
5
  return preg_replace("![ \n\t]+!"," ",trim($string));
6
}
7
 
8
?>