PHP A word Classic Code classic Business Solution

Source: Internet
Author: User
Tags bulk insert mysql insert
Bulk random analog client IP address in 1.PHP acquisition
echo join ('. ', Array (mt_rand (0, 255), Mt_rand (0, 255), Mt_rand (0, 255), Mt_rand (0, 255));


2.Mysql Insert 1 Inser BULK INSERT Big Data efficiently

$db->query (' INSERT into ' myTable ' (' address ') VALUES '. Join (', ', Array_map (function ($ip, $port) {return ' ("'. $ip. ': ' $port) '; ', $ipArray [0], $ipArray [1]). Note that your $iparray data format is: $ipArray = Array (' 127.0.0.1 ', ' 192.168.1.1 '), Array (' 80 ', ' 443 '));

3. Do not allow the program to collect the target site too frequently (to prevent the target from being discovered, prevent the target station from being detected too frequently), we can take the procedure to rest the way:


Usleep (Mt_rand (1000, 1000000));//Unit is subtle
  • Related Article

    Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.