Copyright 2005 © HACKPRO TM. All Rights Reserved.
//*********************************************************//
//* Reservados todos los derechos HACKPRO TM © 2005 *//
//*-------------------------------------------------------*//
//* NOTA IMPORTANTE *//
//*-------------------------------------------------------*//
//* Siéntase libre para usar este código en sus páginas, *//
//* con tal de que TODOS los créditos permanecen intactos.*//
//* Sólo ladrones deshonrosos transmite el código que los *//
//* programadores REALES escriben con difícultad y libre- *//
//* mente lo comparten quitando los comentarios y diciendo*//
//* que ellos escribieron el código. *//
//*+++++++++++++++++++++++++++++++++++++++++++++++++++++++*//
//* Programmed in PHP for: Heriberto Mantilla Santamaría. *//
//* E-Mail: heri_05-hms@mixmail.com *//
//* WebSite: www.geocities.com/hackprotm/ *//
//*.......................................................*//
//* IMPORTANT NOTE *//
//*-------------------------------------------------------*//
//* Feel free to use this code in your pages, provided *//
//* ALL credits remain intact. Only dishonorable thieves *//
//* download code that REAL programmers work hard to write*//
//* and freely share with their programming peers, then *//
//* remove the comments and claim that they wrote the *//
//* code. *//
//*-------------------------------------------------------*//
//* All Rights Reserved HACKPRO TM © 2005 *//
//*********************************************************//
Description
------------
Remove all comments of a chain. p.e: Linea --> $t = \'HACKPRO TM\'; # This is a comment. RemoveComment(Línea); return $t = \'HACKPRO TM\';
This class was developed originally in VB and now I implemented in PHP too.
Mails
------
heri_05-hms@mixmail.com --> http://www.geocities.com/hackprotm/
|