Help for this page

Select Code to Download


  1. or download this
    $text = '.'x400;
    $summary = substr($text, 0, 500);
    ...
    $text = '.'x600;
    $summary = substr($text, 0, 500);
    print(length($summary), "\n");    # 500