Home  >  Article  >  Backend Development  >  求数组中的对应关系,该如何处理

求数组中的对应关系,该如何处理

WBOY
WBOYOriginal
2016-06-13 12:40:37945browse

求数组中的对应关系

本帖最后由 lazygc520 于 2013-07-03 12:12:16 编辑
数组1:
Array
(
    [0] => Array
        (
            [cust_no] => 237033AW0A
            [lotno] => 3207
            [lotno_count] => 360
        )

)

数组2:
Array
(
[SU13061301033] => Array
        (
            [0] => Array
                (
                    [0] => 2013-06-19 09:00:00
                    [1] => X02B
                    [2] => 237033AW0A
                    [3] => 15
                    [4] => 14
                    [5] => 210
                )

        )
[SU13061301032] => Array
        (
            [0] => Array
                (
                    [0] => 2013-06-19 09:00:00
                    [1] => X02B
                    [2] => 237033AW0A
                    [3] => 15
                    [4] => 17
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn