Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. $data = substr($data_array[6], 0, $breakpoint);
  2. $num_newlines = substr_count($data, "\n");
  3. echo("Num_newlines:" + $num_newlines);
  4. if (strlen($data) >= 475) || ($num_newlines >= 4) {
  5.   echo("Matched!");
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement