הוסטס - פורום אחסון האתרים הגדול בישראל

הוסטס - פורום אחסון האתרים הגדול בישראל (https://hosts.co.il/forums/index.php)
-   פורום תיכנות (https://hosts.co.il/forums/forumdisplay.php?f=14)
-   -   בקשה | פונקציה שסופרת את מספר השורות (https://hosts.co.il/forums/showthread.php?t=71557)

Shay Ben Moshe 30-01-09 12:46

לי זה עובד:
קוד:

function br2nl($string) {
        return preg_replace('/\<br(\s*)?\/?\>/i', "\n", $string);
        }

function countlines($string) {
        $string = br2nl($string);
        $string = nl2br($string);
        $string = explode("<br />",$string);
        return count($string);
        }

echo countlines("text text <br /> text \n text <br>");



כל הזמנים הם GMT +2. הזמן כעת הוא 01:15.

מופעל באמצעות VBulletin גרסה 3.8.6
כל הזכויות שמורות ©
כל הזכויות שמורות לסולל יבוא ורשתות (1997) בע"מ