PHP-filter arrays using callback functions-php Tutorial

Source: Internet
Author: User
PHP --- filter arrays using callback functions & lt; div & gt; & lt ;? Php returns functionodd ($ var) {return ($ var % 21) if it is an odd number;} returns functioneven ($ var) if it is an even number) {return ($ var % 20);} $ nums1 PHP --- use the callback function to filter arrays

1, "222" => 2, "333" => 3, "444" => 4, "555" => 5); $ nums2 = $ nums1; echo"

"; Echo" Odd: \ n "; // callback function. if true is returned, the data in $ array1 is assigned to the original array. The key remains unchanged in print_r (array_filter ($ nums1, "odd"); echo"
"; Echo"
"; Echo" Even: \ n "; print_r (array_filter ($ nums2," even "); echo"
";?>


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.