What is the difference between the following two formats when you move a directory to another table of contents? Solving!!

Source: Internet
Author: User
Mobile Development php PHP Mobile Directory

(Move directory)
if (!empty ($testCategoryData)) {
$data [0] = Array_shift ($testCategoryData);
$data [0][' children '] = $testCategoryData;
}


(Mobile use case)
$data = Array ();
$data [0]= $testCategoryData [0];
for ($index = 1; $index < count ($testCategoryData); $index + +) {
$data [0][' Children '] [$index-1] = $testCategoryData [$index];
}


Reply to discussion (solution)

The difference is that the latter is laborious

Can you put the latter for the next processing principle to say, I have been using the first method, the second is occasionally seen, thank you

for ($index = 1; $index < count ($testCategoryData), $index + +) {//start with subscript 1 until the last
$data [0][' Children '] [$index-1] = $testCategoryData [$index]; Copy each element to the target array
}

I appreciate it, thank you.

  • 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.